From d970f1a5cc2054dc461392aeec98e85e6a0b095e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:44:32 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind in /CedarJava Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- CedarJava/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CedarJava/build.gradle b/CedarJava/build.gradle index b47113d..66cd5b4 100644 --- a/CedarJava/build.gradle +++ b/CedarJava/build.gradle @@ -78,7 +78,7 @@ configurations { dependencies { // Do not upgrade to Jackson 3.x without addressing stack overflow issues in ValueDeserializer // The upgrade should be reviewed by AppSec - implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2' implementation 'com.fizzed:jne:4.1.1' implementation 'com.google.guava:guava:33.3.1-jre'