From 5ec3990c37d1416227c05266b8bd65940480f135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:14:01 +0000 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.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 e1e354b..0862687 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.10.0") + implementation("org.apache.commons:commons-text:1.11.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0") testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.19"))