Skip to content

Commit f17e6a0

Browse files
committed
Use jackson-databind v.2.9.5.
+ Resolves [CVE-2018-7489] FasterXML/jackson-databind#1931
1 parent 98a2cb3 commit f17e6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ compileJava {
2828
}
2929

3030
dependencies {
31-
compile "com.fasterxml.jackson.core:jackson-databind:2.9.4"
31+
compile "com.fasterxml.jackson.core:jackson-databind:2.9.5"
3232
compile "com.squareup.retrofit2:retrofit:2.3.0"
3333
compile "com.squareup.retrofit2:converter-jackson:2.3.0"
3434
compile "com.squareup.okhttp3:okhttp:3.9.1"

0 commit comments

Comments
 (0)