From 69aae6f10878ba129e7d74941265162fb3acfba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:43:12 +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.18.0 to 2.18.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind 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 6c2f56d..0ee959e 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.18.0")) - implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") implementation("com.google.guava:guava:33.3.1-jre") }