diff --git a/build.sbt b/build.sbt index 7eb70a456..073cd4020 100644 --- a/build.sbt +++ b/build.sbt @@ -115,7 +115,7 @@ lazy val msgpackJackson = "org.msgpack.jackson.dataformat" ), libraryDependencies ++= Seq( - "com.fasterxml.jackson.core" % "jackson-databind" % "2.7.9.1", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.1", junitInterface, "org.apache.commons" % "commons-math3" % "3.6.1" % "test" ),