diff --git a/app/build.gradle b/app/build.gradle index 258bdf2f3..b844fa4a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -235,7 +235,7 @@ dependencies { testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT' testImplementation 'org.apache.commons:commons-lang3:3.17.0' testImplementation 'commons-validator:commons-validator:1.9.0' - testImplementation 'com.google.guava:guava:33.3.0-jre' + testImplementation 'com.google.guava:guava:33.3.1-jre' }