Skip to content

Commit

Permalink
Merge pull request #309 from auth0/sec-fix
Browse files Browse the repository at this point in the history
Bump jackson-databind to patch security issues
  • Loading branch information
lbalmaceda authored Jan 3, 2019
2 parents 566d06e + 858f046 commit 8acfff2
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.7'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
implementation 'commons-codec:commons-codec:1.11'
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.59'
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 8acfff2

Please sign in to comment.