From 88e0570e4097ae4a74df1dd552e9b9da6b08c5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:59:13 -0400 Subject: [PATCH] Bump commons-logging:commons-logging from 1.3.5 to 1.3.6 (#1922) * Bump commons-logging:commons-logging from 1.3.5 to 1.3.6 Bumps [commons-logging:commons-logging](https://github.com/apache/commons-logging) from 1.3.5 to 1.3.6. - [Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.5...rel/commons-logging-1.3.6) --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit c16f50f5c6c69e18406e501a2f22b24d29742fbc) --- CHANGELOG.md | 1 + java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b74914c6..05150faee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies +- Bump `commons-logging:commons-logging` from 1.3.5 to 1.3.6 ([#1922](https://github.com/opensearch-project/opensearch-java/pull/1922)) ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index aa9b45c0e..9f5548498 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -183,7 +183,7 @@ dependencies { val jacksonDatabindVersion = "2.20.1" // Apache 2.0 - api("commons-logging:commons-logging:1.3.5") + api("commons-logging:commons-logging:1.3.6") compileOnly("org.opensearch.client", "opensearch-rest-client", opensearchVersion) testImplementation("org.hamcrest:hamcrest:3.0") testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.4") {