Skip to content

Commit

Permalink
Use jackson-databind v.2.9.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Apr 1, 2018
1 parent 98a2cb3 commit f17e6a0
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 @@ -28,7 +28,7 @@ compileJava {
}

dependencies {
compile "com.fasterxml.jackson.core:jackson-databind:2.9.4"
compile "com.fasterxml.jackson.core:jackson-databind:2.9.5"
compile "com.squareup.retrofit2:retrofit:2.3.0"
compile "com.squareup.retrofit2:converter-jackson:2.3.0"
compile "com.squareup.okhttp3:okhttp:3.9.1"
Expand Down

0 comments on commit f17e6a0

Please sign in to comment.