From ca136ae9de99b5d7d6f2803dd613636bff8a9e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:52:15 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.2.3 to 2.19.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.2.3 to 2.19.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind 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 dd9e01d..8415129 100644 --- a/build.gradle +++ b/build.gradle @@ -157,8 +157,8 @@ configurations { dependencies { implementation 'org.ini4j:ini4j:0.5.2' - implementation 'com.fasterxml.jackson.core:jackson-annotations:2.2.3' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.2.3' + implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' implementation "com.github.kbase:java_common:$VER_JAVA_COMMON" implementation "com.github.kbase:auth2_client_java:$VER_AUTH2_CLIENT" implementation 'javax.annotation:javax.annotation-api:1.2'