From 9e82dc44fa95b40ef7f94b2443fb3d36302155aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:38:57 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.5.4 to 2.21.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.5.4 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.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 acfb9de..4864d5e 100644 --- a/build.gradle +++ b/build.gradle @@ -67,8 +67,8 @@ 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 '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.21.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0' implementation 'org.apache.commons:commons-lang3:3.1' implementation 'org.apache.httpcomponents:httpclient:4.5.9' implementation 'org.apache.httpcomponents:httpmime:4.5.8'