From 75934dcb364ea2e04e008ebb3893636580db7ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:56:07 +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.19.0 to 2.19.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.1 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 c5fc55bf..7277977c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -22,7 +22,7 @@ dependencies { api "org.apache.avro:avro:1.12.0" implementation 'ch.qos.logback:logback-classic:1.5.18' testImplementation 'org.json:json:20250517' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' testImplementation 'org.skyscreamer:jsonassert:1.5.3' }