From 6a9204e2b66fd00b5551dfcf3b0f3b287074c10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:50:31 +0000 Subject: [PATCH] chore(deps): 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4410907eb..b4a8b4178 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ avro = "org.apache.avro:avro:1.12.1" awaitility = "org.awaitility:awaitility:4.3.0" commons-io = "commons-io:commons-io:2.21.0" commons-lang3 = "org.apache.commons:commons-lang3:3.20.0" -commons-logging = "commons-logging:commons-logging:1.3.5" +commons-logging = "commons-logging:commons-logging:1.3.6" jackson-annotations = "com.fasterxml.jackson.core:jackson-annotations:2.21" jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson-core" } jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson-core" }