From bb98f99ec44ea7c1bfcc1616ad9c616f47985b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:02:59 +0000 Subject: [PATCH] fix(deps): update dependency com.github.fslev:json-compare to v8.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c6db9b3..f3faa49a 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,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:8.0' + implementation 'com.github.fslev:json-compare:8.1' // url validator implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.1' // logging