From aebe4117e5cc4eb0ffe2a2bfee0ee79e952a9c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:53:13 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.5.4 to 2.20.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.5.4 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 ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 958f45d..bf5dc6f 100644 --- a/build.gradle +++ b/build.gradle @@ -139,8 +139,8 @@ dependencies { // TODO DEPS Need to rework the java common logger to not use syslog4j at all since it's // abandonware and has a ton of CVEs, even in the newer versions. implementation "org.syslog4j:syslog4j:0.9.46" - implementation 'com.fasterxml.jackson.core:jackson-annotations:2.5.4' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.4' + implementation 'com.fasterxml.jackson.core:jackson-annotations:2.20.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' implementation 'com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.5.4' implementation 'org.glassfish.jersey.containers:jersey-container-servlet:2.23.2' implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.23.2'