From 43a6e261cba50476c98e7e4bb3706816e8dda94d Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Thu, 22 Feb 2018 00:01:08 +0900 Subject: [PATCH] Use jackson-databind 2.8.11.1 for security vulnerability --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ),