Upgrade Jackson dependency to 2.9.5.

This commit is contained in:
Scott Frederick
2018-09-10 11:26:55 -05:00
parent 2376ad254b
commit 3753bf6f20

View File

@@ -13,7 +13,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply from: "publish-maven.gradle"
ext {
jacksonVersion = "2.3.3"
jacksonVersion = "2.9.5"
}
dependencies {