Skip to content
Open
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.20.0
  • Loading branch information
scala-steward committed Aug 30, 2025
commit 0037795a54f449576c0b09ad5e2d9202b1e3b063
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
OsgiKeys.exportPackage := Seq("org.msgpack.jackson", "org.msgpack.jackson.dataformat"),
libraryDependencies ++=
Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.4",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0",
junitJupiter,
junitVintage,
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
Expand Down
Loading