From 6883b876f6cb40c306329e34c484374cff01cf4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:14:01 +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.2 to 2.20.0 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor 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 a562f70f..d3507679 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.2' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' testImplementation 'org.skyscreamer:jsonassert:1.5.3' }