From 2fcdcb7f37e3c6a9232351a36ec03b32d22728a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:02:40 +0000 Subject: [PATCH] fix(deps): update dependency com.github.fslev:json-compare to v8 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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