Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update jackson-databind to 2.15.0
  • Loading branch information
scala-steward committed Apr 25, 2023
commit e6b955e481faf8be1d6b05ad6b991dc54b9d4c6c
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.2",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.0",
junitInterface,
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
),
Expand Down