diff --git a/build.sbt b/build.sbt index 235f6286..6edb3941 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.3", junitInterface, "org.apache.commons" % "commons-math3" % "3.6.1" % "test" ),