From 1a5fa0f6100566b7b87937a5a6bc9ef7b117f2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:02:12 +0000 Subject: [PATCH 1/3] 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] --- plugins/repository-hdfs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repository-hdfs/build.gradle b/plugins/repository-hdfs/build.gradle index 97e0d55e2ff7c..4f657d35f8caa 100644 --- a/plugins/repository-hdfs/build.gradle +++ b/plugins/repository-hdfs/build.gradle @@ -70,7 +70,7 @@ dependencies { api "commons-codec:commons-codec:${versions.commonscodec}" api 'commons-collections:commons-collections:3.2.2' api "org.apache.commons:commons-compress:${versions.commonscompress}" - api 'org.apache.commons:commons-configuration2:2.12.0' + api 'org.apache.commons:commons-configuration2:2.13.0' api "commons-io:commons-io:${versions.commonsio}" api "org.apache.commons:commons-lang3:${versions.commonslang}" implementation 'com.google.re2j:re2j:1.8' From 289694ccfc369a7839e1b997c5a58df5527002ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:04:48 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- .../licenses/commons-configuration2-2.12.0.jar.sha1 | 1 - .../licenses/commons-configuration2-2.13.0.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-hdfs/licenses/commons-configuration2-2.12.0.jar.sha1 create mode 100644 plugins/repository-hdfs/licenses/commons-configuration2-2.13.0.jar.sha1 diff --git a/plugins/repository-hdfs/licenses/commons-configuration2-2.12.0.jar.sha1 b/plugins/repository-hdfs/licenses/commons-configuration2-2.12.0.jar.sha1 deleted file mode 100644 index c8b988607be6e..0000000000000 --- a/plugins/repository-hdfs/licenses/commons-configuration2-2.12.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0cab81350c85ca35db8c47621a19dcddf128883f \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/commons-configuration2-2.13.0.jar.sha1 b/plugins/repository-hdfs/licenses/commons-configuration2-2.13.0.jar.sha1 new file mode 100644 index 0000000000000..f1a1be6428197 --- /dev/null +++ b/plugins/repository-hdfs/licenses/commons-configuration2-2.13.0.jar.sha1 @@ -0,0 +1 @@ +dc795ed544554745c52d56e0ab5f42529a7cef4e \ No newline at end of file From ec442ec352506b095e2dcf981bd38ac45bd268a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:05:46 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c69c928a7ab56..a94d6cd4ccb26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -140,6 +140,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `actions/upload-artifact` from 4 to 5 ([#20081](https://github.com/opensearch-project/OpenSearch/pull/20081)) - Bump `com.nimbusds:nimbus-jose-jwt` from 10.5 to 10.6 ([#20084](https://github.com/opensearch-project/OpenSearch/pull/20084)) - Bump `commons-logging` from 1.2 to 1.3.5 ([#20156](https://github.com/opensearch-project/OpenSearch/pull/20156)) +- Bump `org.apache.commons:commons-configuration2` from 2.12.0 to 2.13.0 ([#20185](https://github.com/opensearch-project/OpenSearch/pull/20185)) ### Deprecated - Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317))