Bump jackson databind

Update of jackson databind to version 2.10.0 which fixes several CVEs (https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.10)
This commit is contained in:
MrManz
2019-10-08 19:22:26 +02:00
committed by Scott Frederick
parent 0ebd0c4190
commit a3c61d4456

View File

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