From ca19949d7636af99ad8d365c34e24fc974c08607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:22:14 -0400 Subject: [PATCH] Bump com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.17.2 to 2.18.0 in /CedarJava (#229) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CedarJava/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CedarJava/build.gradle b/CedarJava/build.gradle index a065ed0..200ad20 100644 --- a/CedarJava/build.gradle +++ b/CedarJava/build.gradle @@ -79,7 +79,7 @@ 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.0' - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2' + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.0' implementation 'com.fizzed:jne:4.1.1' implementation 'com.google.guava:guava:33.3.1-jre' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'