From 84d036bd404ce6896f60d1a654e5c84c482faa51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:28:54 +0000 Subject: [PATCH] Bump org.apache.commons:commons-configuration2 from 2.10.1 to 2.11.0 Bumps org.apache.commons:commons-configuration2 from 2.10.1 to 2.11.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-configuration2 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 c725b97434a..9b3daa93bd7 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -31,7 +31,7 @@ ext { collections4Version = '4.4' // Version 1.17.0 breaks XTDB because of a change in lucene's library names commonscodecVersion = '1.16.0' - commonsconfiguration2Version = '2.10.1' + commonsconfiguration2Version = '2.11.0' commonsconfigurationVersion = '1.10' commonsioVersion = '2.16.1' commonsloggingVersion = '1.3.2'