Skip to content

Commit

Permalink
chore: Bump commons-text to 1.12.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
devinrsmith committed Sep 20, 2024
1 parent d7dc318 commit bc17120
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions engine/context/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ dependencies {

implementation libs.f4b6a3.uuid.creator

implementation libs.commons.text

compileOnly project(':util-immutables')
annotationProcessor libs.immutables.value

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bc17120

Please sign in to comment.