From 405f71ea19a446b3a3f6109848801b5a2e7b530d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:34:31 +0000 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.11.0 to 1.13.0 Bumps org.apache.commons:commons-text from 1.11.0 to 1.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-text 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 b4acec4f53..c32fc2d9e4 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -38,7 +38,7 @@ ext { commonsioVersion = '2.18.0' commonsloggingVersion = '1.3.2' // TODO: Version 1.12.0 breaks XTDB because of a change in lucene's library names - commonstextVersion = '1.11.0' + commonstextVersion = '1.13.0' commonscliVersion = '1.9.0' elasticsearchVersion = '8.7.1'