Skip to content

Commit

Permalink
Fix: updated jackson-databind to 2.10.0.pr3 to block CVE-2019-14540
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrodsky authored and lbalmaceda committed Sep 24, 2019
1 parent 3f309aa commit 7adb0cf
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.9.9.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr3'
implementation 'commons-codec:commons-codec:1.12'
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 7adb0cf

Please sign in to comment.