diff --git a/app/build.gradle b/app/build.gradle index c45d3f4bd..9aec9286c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -236,7 +236,7 @@ dependencies { testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT' testImplementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation 'commons-validator:commons-validator:1.9.0' - testImplementation 'com.google.guava:guava:33.2.1-jre' + testImplementation 'com.google.guava:guava:33.3.0-jre' }