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