From e24a701b41c8c14695bab38d422b86c1939a4830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:18:56 +0000 Subject: [PATCH] (2.5.x): Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.14.0...rel/commons-text-1.15.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 64061691..ec3530c2 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { ext { blockHoundVersion = "1.0.14.RELEASE" cfJavaClientVersion = "5.14.0.RELEASE" - commonsTextVersion = "1.14.0" + commonsTextVersion = "1.15.0" immutablesVersion = "2.11.3" openServiceBrokerVersion = "4.5.0" wiremockVersion = "3.13.1"