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' }