From b1ac98d3ade19ccd52a4ccf28a765ded2a146ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 03:14:59 +0000 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.9 to 1.14.0 Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.9 to 1.14.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.9...rel/commons-text-1.14.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- osb-cmdb/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osb-cmdb/build.gradle b/osb-cmdb/build.gradle index d80351c0..5a3ad025 100644 --- a/osb-cmdb/build.gradle +++ b/osb-cmdb/build.gradle @@ -50,7 +50,7 @@ dependencies { compile("org.springframework.boot:spring-boot-starter-security") compile("org.springframework.boot:spring-boot-starter-web") compile("org.springframework.boot:spring-boot-starter-actuator") - compile("org.apache.commons:commons-text:1.9") + compile("org.apache.commons:commons-text:1.14.0") // transiently until updated cf-java-client gets released // compile("com.github.cloudfoundry.cf-java-client:cloudfoundry-client-reactor:${cfJavaClientForkedVersion}") // compile("com.github.cloudfoundry.cf-java-client:cloudfoundry-operations:${cfJavaClientForkedVersion}")