Skip to content

Commit ce178f6

Browse files
dependabot[bot]sandeshkr419cwperksmsfroh
authored
Bump org.apache.commons:commons-configuration2 from 2.12.0 to 2.13.0 in /test/fixtures/hdfs-fixture (#20184)
* Bump org.apache.commons:commons-configuration2 Bumps org.apache.commons:commons-configuration2 from 2.12.0 to 2.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-configuration2 dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestion from @cwperks Signed-off-by: Craig Perkins <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> * Remove duplicate changelog entry Signed-off-by: Michael Froh <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sandesh Kumar <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Michael Froh <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sandesh Kumar <[email protected]> Co-authored-by: sandeshkr419 <[email protected]> Co-authored-by: Craig Perkins <[email protected]> Co-authored-by: cwperks <[email protected]> Co-authored-by: Michael Froh <[email protected]>
1 parent 66f28fb commit ce178f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717

1818
### Dependencies
1919
- Bump `actions/checkout` from 5 to 6 ([#20186](https://github.com/opensearch-project/OpenSearch/pull/20186))
20-
- Bump `org.apache.commons:commons-configuration2` from 2.12.0 to 2.13.0 ([#20185](https://github.com/opensearch-project/OpenSearch/pull/20185))
20+
- Bump `org.apache.commons:commons-configuration2` from 2.12.0 to 2.13.0 ([#20185](https://github.com/opensearch-project/OpenSearch/pull/20185), [#20184](https://github.com/opensearch-project/OpenSearch/pull/20184))
2121

2222
[Unreleased 3.x]: https://github.com/opensearch-project/OpenSearch/compare/3.4...main

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
api "ch.qos.logback:logback-classic:1.5.20"
8484
api "org.jboss.xnio:xnio-nio:3.8.17.Final"
8585
api 'org.jline:jline:3.30.5'
86-
api 'org.apache.commons:commons-configuration2:2.12.0'
86+
api 'org.apache.commons:commons-configuration2:2.13.0'
8787
api 'com.nimbusds:nimbus-jose-jwt:10.6'
8888
api ('org.apache.kerby:kerb-admin:2.1.0') {
8989
exclude group: "org.jboss.xnio"

0 commit comments

Comments
 (0)