From c1695e4a5cff40804e7821ba0ca44480dd09301e Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Sun, 16 Jun 2019 13:50:06 +0900 Subject: [PATCH] Update jackson-databind to 2.9.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 073cd4020..2645fb126 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.8.11.1", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9", junitInterface, "org.apache.commons" % "commons-math3" % "3.6.1" % "test" ),