Skip to content

Commit

Permalink
Upgraded jackson-databind from 2.10.5 to 2.10.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliodambrosio committed Jan 4, 2021
1 parent 92a13b6 commit bc5e840
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 bc5e840

Please sign in to comment.