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 39eba58 commit 6eb45beCopy full SHA for 6eb45be
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.6'
+ implementation 'com.github.fslev:json-compare:6.7'
41
// url validator
42
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
43
// logging
0 commit comments