Skip to content

Commit

Permalink
Merge pull request #463 from overheadhunter/patch-1
Browse files Browse the repository at this point in the history
Update jackson-databind to 2.10.5.1 (fixes CVE-2020-25649)
  • Loading branch information
jimmyjames authored Dec 15, 2020
2 parents 91ff7fc + 0f9ee30 commit 9ee1611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ compileJava {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.5.1'
implementation 'commons-codec:commons-codec:1.14'
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 9ee1611

Please sign in to comment.