From bc1712077a8854ec7f81875e04a23de2f13db97b Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Fri, 20 Sep 2024 09:45:37 -0700 Subject: [PATCH] chore: Bump commons-text to 1.12.0 Bumps commons-text from 1.10.0 to 1.12.0, which contain a number of bug fixes. Also, removes an unused dependency on commons-text from engine-context. See https://commons.apache.org/proper/commons-text/changes-report.html#a1.11.0 See https://commons.apache.org/proper/commons-text/changes-report.html#a1.12.0 --- engine/context/build.gradle | 2 -- gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/engine/context/build.gradle b/engine/context/build.gradle index 4d122484690..bd0718bb775 100644 --- a/engine/context/build.gradle +++ b/engine/context/build.gradle @@ -19,8 +19,6 @@ dependencies { implementation libs.f4b6a3.uuid.creator - implementation libs.commons.text - compileOnly project(':util-immutables') annotationProcessor libs.immutables.value diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d587f0bb73b..22b912ccc46 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ commons-compress = "1.26.0" commons-io = "2.11.0" commons-lang3 = "3.12.0" commons-math3 = "3.6.1" -commons-text = "1.10.0" +commons-text = "1.12.0" # confluent and confluent-kafak-clients should be kept in-sync confluent = "7.6.0" confluent-kafka-clients = "7.6.0-ccs"