From 2e81999ff0c932f251da1e0fc26b51085cf6226a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 15:46:44 +0000 Subject: [PATCH] Bump commons-logging:commons-logging from 1.3.2 to 1.3.4 Bumps commons-logging:commons-logging from 1.3.2 to 1.3.4. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-patch ... 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 c725b97434a..b3dd8c09874 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -34,7 +34,7 @@ ext { commonsconfiguration2Version = '2.10.1' commonsconfigurationVersion = '1.10' commonsioVersion = '2.16.1' - commonsloggingVersion = '1.3.2' + commonsloggingVersion = '1.3.4' // Version 1.12.0 breaks XTDB because of a change in lucene's library names commonstextVersion = '1.11.0' commonscliVersion = '1.8.0'