Updated jackson-databind version to 2.9.9.2

Updated jackson-databind version to 2.9.9.2 which contains fix for:
- [CVE-2019-14379](https://github.com/FasterXML/jackson-databind/issues/2387)
- [CVE-2019-14361 / CVE-2019-14439](https://github.com/FasterXML/jackson-databind/issues/2389)
This commit is contained in:
mibo
2019-08-02 05:21:43 +02:00
committed by Scott Frederick
parent 8e944662d0
commit 94dff58ae2

View File

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