Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.1…
Browse files Browse the repository at this point in the history
… to 2.18.2 in /CedarJava (#261)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 22f569b commit 503e318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CedarJava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.1'
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'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'
Expand Down

0 comments on commit 503e318

Please sign in to comment.