From 69c4a5b81969a6a739f6a2873104e55ad6fd8e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:05:34 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.2.3 to 2.20.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.2.3 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 dd9e01d..c54fb7b 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.20.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' 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'