We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c2270 commit 5d09fa9Copy full SHA for 5d09fa9
jvm/lib/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation platform("org.jetbrains.kotlin:kotlin-bom")
27
28
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
29
- implementation "com.google.guava:guava:33.0.0-jre"
+ implementation "com.google.guava:guava:33.1.0-jre"
30
31
// Use the Kotlin test library.
32
testImplementation "org.jetbrains.kotlin:kotlin-test"
0 commit comments