Skip to content

Commit

Permalink
Merge pull request #554 from giuliodambrosio/jackson-2.10.5-to-2.12.0
Browse files Browse the repository at this point in the history
Upgraded from jackson 2.10.5 to 2.10.5.1 -- this helps with a serious v…
  • Loading branch information
raboof authored Jan 4, 2021
2 parents 92a13b6 + bc5e840 commit fe8d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val specs2 = Seq(
"org.specs2" %% "specs2-junit" % "4.10.5" % Test,
)

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

0 comments on commit fe8d1c3

Please sign in to comment.