We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856631a commit 3ff0236Copy full SHA for 3ff0236
samples/java/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
implementation("com.squareup.okhttp3:okhttp-sse")
14
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.3"))
15
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
16
- implementation("com.google.guava:guava:33.4.0-jre")
+ implementation("com.google.guava:guava:33.4.5-jre")
17
}
18
19
java {
0 commit comments