Update jackson version to 2.9.9

This commit is contained in:
Aziz Sonawalla
2019-05-23 10:34:19 -07:00
committed by Scott Frederick
parent 98aa9d141d
commit cefdaf4611

View File

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