diff --git a/build.gradle b/build.gradle index 9a085668..79e76562 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { // read from and write to zip files implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.6' // compare json documents in tests - implementation 'com.github.fslev:json-compare:7.2' + implementation 'com.github.fslev:json-compare:8.0' // url validator implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.1' // logging