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