From 5aecdfb8ad19d16e3c191fc15349369343bed6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:03:46 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind in /samples/java Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.0 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/java/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/build.gradle.kts b/samples/java/build.gradle.kts index ecbf203..339f15b 100644 --- a/samples/java/build.gradle.kts +++ b/samples/java/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:okhttp-sse") implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0")) - implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") implementation("com.google.guava:guava:33.5.0-jre") }