diff --git a/samples/java/build.gradle.kts b/samples/java/build.gradle.kts index fca83ec..ad298ef 100644 --- a/samples/java/build.gradle.kts +++ b/samples/java/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation(platform("com.squareup.okhttp3:okhttp-bom:5.3.0")) implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:okhttp-sse") - implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0")) + implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.1")) implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") implementation("com.google.guava:guava:33.5.0-jre") }