Skip to content

Commit

Permalink
Upgrade jackson dependencies to 2.11.4 (as in play-json 2.8.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchantep committed Aug 30, 2022
1 parent 6bde9b0 commit 268fdb5
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 @@ -17,12 +17,12 @@ val specs2 = Seq(
"org.specs2" %% "specs2-junit" % "4.10.5" % Test,
)

val jacksonDatabindVersion = "2.10.5.1"
val jacksonDatabindVersion = "2.11.4"
val jacksonDatabind = Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
)

val jacksonVersion = "2.10.5"
val jacksonVersion = "2.11.4"
val jacksons = Seq(
"com.fasterxml.jackson.core" % "jackson-core",
"com.fasterxml.jackson.core" % "jackson-annotations",
Expand Down

0 comments on commit 268fdb5

Please sign in to comment.