From bf072c5389333987ea15a87c702821373ad6d970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:19:56 +0000 Subject: [PATCH] Bump commons-validator:commons-validator from 1.5.1 to 1.10.0 Bumps commons-validator:commons-validator from 1.5.1 to 1.10.0. --- updated-dependencies: - dependency-name: commons-validator:commons-validator dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b4db7ee..b56d928a 100644 --- a/build.gradle +++ b/build.gradle @@ -165,7 +165,7 @@ dependencies { */ implementation 'commons-codec:commons-codec:1.8' - implementation 'commons-validator:commons-validator:1.5.1' + implementation 'commons-validator:commons-validator:1.10.0' implementation 'com.google.guava:guava:18.0' implementation 'org.ini4j:ini4j:0.5.2' implementation 'com.beust:jcommander:1.48'