From 0873a6ed4eccb912a7defb46080a75bd55e63791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:13:10 +0000 Subject: [PATCH] Bump commons-validator:commons-validator from 1.8.0 to 1.9.0 Bumps commons-validator:commons-validator from 1.8.0 to 1.9.0. --- updated-dependencies: - dependency-name: commons-validator:commons-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fc04a1622..f209222da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -235,7 +235,7 @@ dependencies { testImplementation 'org.skyscreamer:jsonassert:1.5.1' testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT' testImplementation 'org.apache.commons:commons-lang3:3.14.0' - testImplementation 'commons-validator:commons-validator:1.8.0' + testImplementation 'commons-validator:commons-validator:1.9.0' testImplementation 'com.google.guava:guava:33.1.0-jre' }