From 38c969eec8012024e12a52cc9bab2a677fcf7b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:06:08 +0000 Subject: [PATCH] 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 a77f60954..1e772e7d7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ com-ibm-db2-jcc = "com.ibm.db2:jcc:12.1.3.0" com-microsoft-sqlserver-mssql-jdbc = "com.microsoft.sqlserver:mssql-jdbc:12.10.2.jre11" com-oracle-database-jdbc-ojdbc8 = "com.oracle.database.jdbc:ojdbc8:23.26.1.0.0" com-squareup-okhttp3-okhttp = "com.squareup.okhttp3:okhttp:3.14.9" -commons-logging="commons-logging:commons-logging:1.3.5" +commons-logging="commons-logging:commons-logging:1.3.6" com-zaxxer-HikariCP = "com.zaxxer:HikariCP:6.3.3" edu-umd-cs-mtc-multithreadedtc = "edu.umd.cs.mtc:multithreadedtc:1.01" # FIXME: Delete multithreadedtc or update? io-lettuce-lettuce-core = "io.lettuce:lettuce-core:6.8.2.RELEASE"