From 70133b00e83afe5a3b73715d63a58be4a0181416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:01:06 +0000 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.9 to 1.15.0 Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.9 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.9...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] --- 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 29ee3460..8c5815da 100644 --- a/osb-cmdb/build.gradle +++ b/osb-cmdb/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "org.springframework.cloud:spring-cloud-starter-open-service-broker:${openServiceBrokerVersion}" implementation("org.cloudfoundry:cloudfoundry-operations:${cfJavaClientVersion}") implementation("org.cloudfoundry:cloudfoundry-client-reactor:${cfJavaClientVersion}") - implementation("org.apache.commons:commons-text:1.9") + implementation("org.apache.commons:commons-text:1.15.0") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2") implementation("de.skuzzle:semantic-version:2.1.1")