Upgrade Jackson to 2.9.9.1.

This commit is contained in:
Scott Frederick
2019-07-08 14:10:17 -05:00
parent 398ba91f00
commit 68744a312e
2 changed files with 1 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ ext {
cglibVersion = "3.1"
jacksonVersion = "2.9.9"
jacksonVersion = "2.9.9.1"
junitVersion = "4.11"
mockitoVersion = "1.9.5"

View File

@@ -13,7 +13,6 @@ apply plugin: 'com.github.johnrengelman.shadow'
dependencies {
compile project(':spring-cloud-core')
compile("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
compile("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
}