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 20d8394 commit da01220Copy full SHA for da01220
build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
// read from and write to zip files
46
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
47
// compare json documents in tests
48
- implementation 'com.github.fslev:json-compare:6.11'
+ implementation 'com.github.fslev:json-compare:6.12'
49
// url validator
50
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
51
// logging
0 commit comments