Skip to content

Commit e9a0a85

Browse files
committed
Update dependency to remove vulnerability CVE-2022-42889
1 parent 501ad7a commit e9a0a85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

indices/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ repositories {
1717
dependencies {
1818
implementation 'it.unimi.dsi:sux4j:5.4.1'
1919
implementation 'com.carrotsearch:jsuffixarrays:0.1.0'
20-
implementation 'org.apache.commons:commons-text:1.9'
20+
implementation 'org.apache.commons:commons-text:1.13.0'
2121

22-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
22+
23+
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
2324
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
2425
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
2526
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.23.1'

0 commit comments

Comments
 (0)