Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 0829043 commit 76d2ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-security-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api "commons-fileupload:commons-fileupload:1.4"

//https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489
api "com.fasterxml.jackson.core:jackson-databind:2.11.0"
api "com.fasterxml.jackson.core:jackson-databind:2.17.2"

testImplementation "org.gperfutils:gbench:0.4.3-groovy-2.4"
testImplementation 'net.bytebuddy:byte-buddy:1.10.10'
Expand Down

0 comments on commit 76d2ee6

Please sign in to comment.