From 111e0d0fde0406764dfc95b724ad67fc7b6ca4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:06:31 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-core from 2.18.2 to 2.18.3 Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.18.2 to 2.18.3. - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.2...jackson-core-2.18.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core 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..c76c082 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.16' 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-core:2.18.3' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' testImplementation 'org.slf4j:slf4j-simple:2.0.16' }