From ed1452ed1c258e34b694a3d69fa9e387a0341ecb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 May 2025 06:58:10 +0000 Subject: [PATCH 1/2] Update jackson-databind to 2.18.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 235f6286..99fa7737 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.18.2", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.4", junitInterface, "org.apache.commons" % "commons-math3" % "3.6.1" % "test" ), From ffb60ae6c9767b90f9e67c3a1693fafb1ec0fcdb Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sat, 19 Jul 2025 10:56:50 -0700 Subject: [PATCH 2/2] Update build.sbt --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7c82c46f..135145fd 100644 --- a/build.sbt +++ b/build.sbt @@ -134,7 +134,6 @@ lazy val msgpackJackson = ), libraryDependencies ++= Seq( "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.4", - junitInterface, junitJupiter, junitVintage, "org.apache.commons" % "commons-math3" % "3.6.1" % "test"