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 a90fc33 commit f1ae57dCopy full SHA for f1ae57d
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3'
31
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5'
32
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
33
- implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.9.0'
+ implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.1'
34
implementation 'com.github.fslev:json-compare:2.42'
35
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
36
0 commit comments