diff --git a/build.gradle.kts b/build.gradle.kts index bf5a0ab..035414b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ subprojects { dependencies { api("com.google.code.findbugs:jsr305:3.0.2") - testImplementation("com.google.guava:guava:33.0.0-jre") + testImplementation("com.google.guava:guava:33.1.0-jre") testImplementation("org.testng:testng:7.9.0") }