From cd580d1258d9f712f0ad99a7422216b64d3c0e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:48:54 +0000 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 Bumps org.apache.commons:commons-text from 1.12.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] --- 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 61442f4..61655f1 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.12.0") + implementation("org.apache.commons:commons-text:1.13.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1") testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.22"))