From a830f76c11950661659c14e5828c83ec04bf66bc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Oct 2024 21:17:14 +0000 Subject: [PATCH] Update jackson-databind to 2.18.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f76b603a..e729f979 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.18.1", junitInterface, "org.apache.commons" % "commons-math3" % "3.6.1" % "test" ),