We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5902619 commit c27f853Copy full SHA for c27f853
build.gradle
@@ -99,7 +99,7 @@ dependencies {
99
testImplementation('org.junit.jupiter:junit-jupiter-engine')
100
testRuntimeOnly('org.junit.vintage:junit-vintage-engine')
101
testImplementation('org.assertj:assertj-core:3.11.1')
102
- testImplementation('org.apache.commons:commons-text:1.9')
+ testImplementation('org.apache.commons:commons-text:1.10.0')
103
}
104
105
task libs(type: Sync) {
0 commit comments