From 6effc8cc516940be1d66f63f748af5d210248d81 Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Tue, 20 Feb 2018 23:15:29 +0900 Subject: [PATCH] Update jackson-databind 2.7.9.1 to address https://github.com/FasterXML/jackson-databind/issues/1599 With 2.8.10, it degrades the serialization performance of jackson-dataformat-msgpack down to 62%. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5cb1efaf6..7eb70a456 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.1", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.7.9.1", junitInterface, "org.apache.commons" % "commons-math3" % "3.6.1" % "test" ),