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 98d00b8 commit 3bfeec3Copy full SHA for 3bfeec3
build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
// common file system operations
36
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
37
// read from and write to zip files
38
- implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.2'
+ implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.3'
39
// compare json documents in tests
40
implementation 'com.github.fslev:json-compare:6.7'
41
// url validator
0 commit comments