From 0cd21a10da6bbc0b5864cabd7bac929488c678a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:39:03 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-annotations from 2.5.4 to 2.21 Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.5.4 to 2.21. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.21' 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..dd78534 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' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21' implementation 'org.apache.commons:commons-lang3:3.1' implementation 'org.apache.httpcomponents:httpclient:4.5.9' implementation 'org.apache.httpcomponents:httpmime:4.5.8'