diff --git a/samples/java/build.gradle.kts b/samples/java/build.gradle.kts index 556867e..9345685 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.1.0")) implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:okhttp-sse") - implementation(platform("com.fasterxml.jackson:jackson-bom:2.19.2")) + implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0")) implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") implementation("com.google.guava:guava:33.4.8-jre") }