Skip to content

Commit

Permalink
Merge pull request #168 from auth0/update-dep
Browse files Browse the repository at this point in the history
Use jackson-databind 2.9.7
  • Loading branch information
lbalmaceda authored Oct 23, 2018
2 parents 5124191 + a331bb6 commit 176d1ad
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 {
compile 'com.squareup.okhttp3:okhttp:3.9.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.9.1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
compile 'commons-codec:commons-codec:1.11'

testCompile 'org.mockito:mockito-core:2.18.3'
Expand Down

0 comments on commit 176d1ad

Please sign in to comment.