diff --git a/jvm/lib/build.gradle b/jvm/lib/build.gradle index 3f703046..a60db107 100644 --- a/jvm/lib/build.gradle +++ b/jvm/lib/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation platform("org.jetbrains.kotlin:kotlin-bom") // This dependency is used internally, and not exposed to consumers on their own compile classpath. - implementation "com.google.guava:guava:33.0.0-jre" + implementation "com.google.guava:guava:33.1.0-jre" // Use the Kotlin test library. testImplementation "org.jetbrains.kotlin:kotlin-test"