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 501ad7a commit e9a0a85Copy full SHA for e9a0a85
indices/build.gradle
@@ -17,9 +17,10 @@ repositories {
17
dependencies {
18
implementation 'it.unimi.dsi:sux4j:5.4.1'
19
implementation 'com.carrotsearch:jsuffixarrays:0.1.0'
20
- implementation 'org.apache.commons:commons-text:1.9'
+ implementation 'org.apache.commons:commons-text:1.13.0'
21
22
- testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
+
23
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
24
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
25
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
26
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.23.1'
0 commit comments