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 e1ad96e commit 39eba58Copy full SHA for 39eba58
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
// read from and write to zip files
38
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.2'
39
// compare json documents in tests
40
- implementation 'com.github.fslev:json-compare:6.5'
+ implementation 'com.github.fslev:json-compare:6.6'
41
// url validator
42
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
43
// logging
0 commit comments