From 521680b931517c9cea8e85af3dc04af606815525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:38:03 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.5.4 to 2.21.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.5.4 to 2.21.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c3ad177..0dcdf3e 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { // using older dependencies to not force upgrades on services that might not be able to // handle them. Need to upgrade the services and then upgrade here implementation 'ch.qos.logback:logback-classic:1.1.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.4' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1' implementation 'org.slf4j:slf4j-api:1.7.25' testImplementation 'org.ini4j:ini4j:0.5.2'