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:
@@ -12,7 +12,7 @@ buildscript {
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
ext {
|
||||
jacksonVersion = "2.9.9.2"
|
||||
jacksonVersion = "2.9.9.3"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user