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 3751ef8 commit 66cf582Copy full SHA for 66cf582
build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
implementation group: 'org.json', name: 'json', version: '20210307'
53
implementation 'de.jangassen:nsmenufx:3.1.0'
54
implementation 'net.java.dev.jna:jna:5.7.0:jpms'
55
- implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.20'
+ implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.21'
56
57
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
58
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: 'jdk-12.0.1+2'
0 commit comments