From 555c88fa7f3296f43333776563f9c5504f600db4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:34:48 +0000 Subject: [PATCH] fix(deps): update dependency commons-validator:commons-validator to v1.11.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6109669a..421bb0af 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { // compare json documents in tests implementation 'com.github.fslev:json-compare:8.1' // url validator - implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.1' + implementation group: 'commons-validator', name: 'commons-validator', version: '1.11.0' // logging implementation group: 'org.slf4j', name: 'slf4j-jdk14', version: '2.0.18' // JSON-LD, Zenodo mapping