Skip to content

Commit 176d1ad

Browse files
authored
Merge pull request #168 from auth0/update-dep
Use jackson-databind 2.9.7
2 parents 5124191 + a331bb6 commit 176d1ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test {
6262
dependencies {
6363
compile 'com.squareup.okhttp3:okhttp:3.9.1'
6464
compile 'com.squareup.okhttp3:logging-interceptor:3.9.1'
65-
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
65+
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
6666
compile 'commons-codec:commons-codec:1.11'
6767

6868
testCompile 'org.mockito:mockito-core:2.18.3'

0 commit comments

Comments
 (0)