Skip to content

Commit c7fbb0d

Browse files
fix(deps): update dependency org.apache.commons:commons-text to v1.13.0
1 parent a070c30 commit c7fbb0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boot/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
isTransitive = false
7878
}
7979
implementation(projectDependency(":common"))
80-
implementation("org.apache.commons:commons-text:1.10.0")
80+
implementation("org.apache.commons:commons-text:1.13.0")
8181

8282
testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
8383
testImplementation("io.vertx:vertx-junit5:$vertxVersion")

common/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ dependencies {
2626
compileOnly("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
2727
compileOnly("io.vertx:vertx-core:$vertxVersion")
2828
compileOnly("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
29-
compileOnly("org.apache.commons:commons-text:1.10.0")
29+
compileOnly("org.apache.commons:commons-text:1.13.0")
3030

3131
testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
3232
testImplementation("io.vertx:vertx-core:$vertxVersion")
3333
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
34-
testImplementation("org.apache.commons:commons-text:1.10.0")
34+
testImplementation("org.apache.commons:commons-text:1.13.0")
3535
}
3636

3737
tasks {

0 commit comments

Comments
 (0)