From 8766525beff81c46d368d5c4542f6a7adc091338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:56:02 +0000 Subject: [PATCH] [CORE-69]: Bump com.fasterxml.jackson.core:jackson-databind Bumps the minor-and-patch-updates group with 1 update: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.2 to 2.21.3 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index a8f96ef..aba7845 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -22,7 +22,7 @@ dependencies { api "org.apache.avro:avro:1.12.1" implementation 'ch.qos.logback:logback-classic:1.5.32' testImplementation 'org.json:json:20251224' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' testImplementation 'org.skyscreamer:jsonassert:1.5.3' }