File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
77
77
isTransitive = false
78
78
}
79
79
implementation(projectDependency(" :common" ))
80
- implementation(" org.apache.commons:commons-text:1.10.0 " )
80
+ implementation(" org.apache.commons:commons-text:1.13.1 " )
81
81
82
82
testImplementation(" org.junit.jupiter:junit-jupiter-engine:$jupiterVersion " )
83
83
testImplementation(" io.vertx:vertx-junit5:$vertxVersion " )
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ dependencies {
26
26
compileOnly(" io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion " )
27
27
compileOnly(" io.vertx:vertx-core:$vertxVersion " )
28
28
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.1 " )
30
30
31
31
testImplementation(" org.junit.jupiter:junit-jupiter-engine:$jupiterVersion " )
32
32
testImplementation(" io.vertx:vertx-core:$vertxVersion " )
33
33
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.1 " )
35
35
}
36
36
37
37
tasks {
You can’t perform that action at this time.
0 commit comments