Skip to content

Commit a331bb6

Browse files
committed
use latest jackson-databind release
1 parent 5124191 commit a331bb6

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)