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 1e5ec5a commit 5cc90edCopy full SHA for 5cc90ed
build.gradle
@@ -29,10 +29,10 @@ jacocoTestReport {
29
}
30
31
dependencies {
32
- implementation "commons-logging:commons-logging:1.1.1"
+ implementation 'commons-logging:commons-logging:1.2'
33
implementation "org.xerial.snappy:snappy-java:1.1.10.1"
34
implementation "org.apache.commons:commons-compress:1.22"
35
- implementation 'org.tukaani:xz:1.8'
+ implementation 'org.tukaani:xz:1.9'
36
implementation "org.json:json:20230618"
37
38
implementation 'org.openjdk.nashorn:nashorn-core:15.4'
0 commit comments