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 4e2ce06 commit d20bd7cCopy full SHA for d20bd7c
samples/java/build.gradle.kts
@@ -11,8 +11,8 @@ dependencies {
11
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.2.1"))
12
implementation("com.squareup.okhttp3:okhttp")
13
implementation("com.squareup.okhttp3:okhttp-sse")
14
- implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
15
- implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
+ implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.1"))
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
16
implementation("com.google.guava:guava:33.5.0-jre")
17
}
18
0 commit comments