Upgrade jackson to 2.9.8

There is a vulerability in prior versions, per the following CVE: https://nvd.nist.gov/vuln/detail/CVE-2018-1000873
This commit is contained in:
Tyler Benson 2019-01-14 14:46:59 -05:00
parent d4cdcf0fc8
commit a620983fb1
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ ext {
slf4j : "1.7.25", slf4j : "1.7.25",
guava : "20.0", // Last version to support Java 7 guava : "20.0", // Last version to support Java 7
jackson : "2.6.3", // This is a transitive dependency for the tracer. jackson : "2.9.8", // https://nvd.nist.gov/vuln/detail/CVE-2018-1000873
// Use an old version to not force an upgrade for others using tracer as a dependency.
spock : "1.2-groovy-$spockGroovyVer", spock : "1.2-groovy-$spockGroovyVer",
groovy : groovyVer, groovy : groovyVer,