Updated jackson-databind version to 2.9.9.3

Updated `jackson-databind` version to `2.9.9.3` which contains fix for [this regression](https://github.com/FasterXML/jackson-databind/issues/2395).
This commit is contained in:
mibo
2019-08-08 11:10:14 +02:00
committed by Scott Frederick
parent 94dff58ae2
commit 0ebd0c4190

View File

@@ -12,7 +12,7 @@ buildscript {
apply plugin: 'com.github.johnrengelman.shadow'
ext {
jacksonVersion = "2.9.9.2"
jacksonVersion = "2.9.9.3"
}
dependencies {