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.
2 parents 75eb205 + 24efcdb commit d0a3a5bCopy full SHA for d0a3a5b
samples/java/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
12
implementation("com.squareup.okhttp3:okhttp")
13
implementation("com.squareup.okhttp3:okhttp-sse")
14
- implementation(platform("com.fasterxml.jackson:jackson-bom:2.19.2"))
+ implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
15
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
16
implementation("com.google.guava:guava:33.4.8-jre")
17
}
0 commit comments