Skip to content

Commit

Permalink
Update to Jackson 2.9.8
Browse files Browse the repository at this point in the history
Problem/Solution

Update Jackson dependencies to version `2.9.8`.

JIRA Issues: CSL-7986

Differential Revision: https://phabricator.twitter.biz/D304193
  • Loading branch information
cacoco authored and jenkins committed May 16, 2019
1 parent fe231c9 commit 66c6048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import scoverage.ScoverageKeys
// All Twitter library releases are date versioned as YY.MM.patch
val releaseVersion = "19.5.0-SNAPSHOT"

val jacksonVersion = "2.9.6"
val jacksonVersion = "2.9.8"
val jacksonLibs = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion exclude("com.google.guava", "guava")
)
val opencensusVersion = "0.19.1"
val slf4jVersion = "1.7.21"
Expand Down

0 comments on commit 66c6048

Please sign in to comment.