From 601621d6b9135d9dfb0106794500b0e6b993b79a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 17:37:14 +0000 Subject: [PATCH] Update jackson-databind to 2.17.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6042dbcd..1ea684db 100644 --- a/build.sbt +++ b/build.sbt @@ -109,7 +109,7 @@ lazy val msgpackJackson = "org.msgpack.jackson.dataformat" ), libraryDependencies ++= Seq( - "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.2", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1", junitInterface, "org.apache.commons" % "commons-math3" % "3.6.1" % "test" ),