From a8e76de6818aa61ab0053e984f70ae0da0adf363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:03:36 +0000 Subject: [PATCH] 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] --- tests-execution-chart-commons/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-execution-chart-commons/build.gradle.kts b/tests-execution-chart-commons/build.gradle.kts index 3511107..c3f38f4 100644 --- a/tests-execution-chart-commons/build.gradle.kts +++ b/tests-execution-chart-commons/build.gradle.kts @@ -9,7 +9,7 @@ plugins { dependencies { api("org.jetbrains.kotlin:kotlin-stdlib") - implementation("org.apache.commons:commons-text:1.14.0") + implementation("org.apache.commons:commons-text:1.15.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0") testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.22"))