Skip to content

Commit

Permalink
Update jackson-databind to 2.10.5.1 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 8, 2021
1 parent cad4476 commit 5b5f8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -102,7 +102,7 @@ lazy val msgpackJackson =
"org.msgpack.jackson.dataformat"
),
libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5.1",
junitInterface,
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
),
Expand Down

0 comments on commit 5b5f8e6

Please sign in to comment.