Skip to content

Commit

Permalink
Update jackson-databind to 2.15.2 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 27, 2023
1 parent b2181d8 commit 4b38954
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 @@ -109,7 +109,7 @@ lazy val msgpackJackson =
"org.msgpack.jackson.dataformat"
),
libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.3",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2",
junitInterface,
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
),
Expand Down

0 comments on commit 4b38954

Please sign in to comment.