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 bc1a42a commit 9bd7556Copy full SHA for 9bd7556
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.10'
+ implementation 'com.github.fslev:json-compare:6.11'
49
// url validator
50
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
51
// logging
0 commit comments