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.
2 parents 9db07d9 + 50f61b5 commit f113f10Copy full SHA for f113f10
1 file changed
build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
// common file system operations
57
implementation group: 'commons-io', name: 'commons-io', version: '2.21.0'
58
// read from and write to zip files
59
- implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
+ implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.6'
60
// compare json documents in tests
61
implementation 'com.github.fslev:json-compare:7.2'
62
// url validator
0 commit comments