Skip to content

Commit

Permalink
Update jackson-databind to address CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Sep 24, 2019
1 parent 37327c1 commit e1b2742
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 e1b2742

Please sign in to comment.