Skip to content

Commit

Permalink
Merge pull request #225 from jimmyjames/update-deps
Browse files Browse the repository at this point in the history
Update jackson-databind to address CVE
  • Loading branch information
lbalmaceda authored Sep 25, 2019
2 parents 37327c1 + e1b2742 commit 83fd0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test {
dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'
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.13'


Expand Down

0 comments on commit 83fd0f1

Please sign in to comment.