Skip to content

Commit 5d09fa9

Browse files
committed
fix(deps): update dependency com.google.guava:guava to v33.1.0-jre
1 parent c9c2270 commit 5d09fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation platform("org.jetbrains.kotlin:kotlin-bom")
2727

2828
// 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"
29+
implementation "com.google.guava:guava:33.1.0-jre"
3030

3131
// Use the Kotlin test library.
3232
testImplementation "org.jetbrains.kotlin:kotlin-test"

0 commit comments

Comments
 (0)