Updated jackson to 2.9.9.2

This commit is contained in:
Greyson Parrelli 2019-07-29 09:35:03 -04:00
parent 70a5461ae7
commit 8b0ca53f92

View File

@ -15,7 +15,7 @@ repositories {
dependencies {
compile 'com.google.protobuf:protobuf-java:2.5.0'
compile 'com.googlecode.libphonenumber:libphonenumber:8.10.7'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9.2'
compile "org.signal:signal-metadata-java:${signal_version}"
compile 'com.squareup.okhttp3:okhttp:3.12.1'