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 d557b3f commit 291aeb3Copy full SHA for 291aeb3
samples/java/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("com.squareup.okhttp3:okhttp")
13
implementation("com.squareup.okhttp3:okhttp-sse")
14
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
15
- implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
16
implementation("com.google.guava:guava:33.3.1-jre")
17
}
18
0 commit comments