From 3f680cdc42e6082a1236b4d5b51f9e05a33daf3b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 17:46:19 +0000 Subject: [PATCH] Update jackson-databind to 2.22.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68a453ad..301cc3bb 100644 --- a/build.sbt +++ b/build.sbt @@ -180,7 +180,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.22.0", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.22.1", junitJupiter, junitVintage, "org.apache.commons" % "commons-math3" % "3.6.1" % "test"