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 3754b1e commit ec40673Copy full SHA for ec40673
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
// read from and write to zip files
59
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
60
// compare json documents in tests
61
- implementation 'com.github.fslev:json-compare:7.1'
+ implementation 'com.github.fslev:json-compare:7.2'
62
// url validator
63
implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.0'
64
// logging
0 commit comments