From 5a5a985cf3106bfbe185c3e0359289c3ef012675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:02:47 +0000 Subject: [PATCH] Bump commons-logging:commons-logging from 1.3.2 to 1.4.0 Bumps [commons-logging:commons-logging](https://github.com/apache/commons-logging) from 1.3.2 to 1.4.0. - [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.2...rel/commons-logging-1.4.0) --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index b3ea781fd64..f231286cd8a 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -36,7 +36,7 @@ ext { commonsconfigurationVersion = '1.10' commonsioVersion = '2.18.0' - commonsloggingVersion = '1.3.2' + commonsloggingVersion = '1.4.0' // TODO: Version 1.12.0 breaks XTDB because of a change in lucene's library names commonstextVersion = '1.11.0'