Merge pull request #252 from ashleystendel/master

Update version for jackson dependency to 2.9.8
This commit is contained in:
Scott Frederick
2019-02-01 12:59:19 -06:00
committed by GitHub

View File

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