From 6c66ee7e51c1a358ab3c9ff76c8d688c22b9c143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:20:52 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-annotations from 2.5.4 to 2.19.1 Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.5.4 to 2.19.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: 2.19.1 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..d3d2b21 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.19.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' implementation 'org.apache.commons:commons-lang3:3.1' implementation 'org.apache.httpcomponents:httpclient:4.5.9' implementation 'org.apache.httpcomponents:httpmime:4.5.8'