Skip to content

Commit

Permalink
Merge pull request #347 from danbrodsky/update_jackson_databind_to_2.…
Browse files Browse the repository at this point in the history
…9.9.1

Fix: updated jackson-databind to 2.9.9.3 to block CVE
  • Loading branch information
jimmyjames authored Aug 15, 2019
2 parents 39a9f74 + 0b2c8a7 commit 00deb41
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'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3'
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 00deb41

Please sign in to comment.