Skip to content

Commit

Permalink
Merge pull request #217 from jimmyjames/bump-jackson-dep
Browse files Browse the repository at this point in the history
Update jackson-databind dependency to fix security vulnerability
  • Loading branch information
jimmyjames committed Jul 3, 2019
2 parents f31d4ea + a42acad commit 9ad7023
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'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.1'
implementation 'commons-codec:commons-codec:1.11'

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

0 comments on commit 9ad7023

Please sign in to comment.