Skip to content

Commit

Permalink
build: use org.apache.commons:commons-text:1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 2, 2023
1 parent b0b3957 commit 1a5af5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

dependencies {
implementation("org.zeroturnaround:zt-zip:1.14")
implementation("org.apache.commons:commons-text:1.9")
implementation("org.apache.commons:commons-text:1.10.0")
implementation("commons-io:commons-io:2.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
Expand Down

0 comments on commit 1a5af5a

Please sign in to comment.