From c6dcf96f6b0975449b720cbed911b988f268bd46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:06:25 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.2 to 2.18.3. - [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] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index d9b6076..695fd59 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -33,7 +33,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.9.0' testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.2' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3' testImplementation 'org.slf4j:slf4j-simple:2.0.16' }