From e05d0fe2900791db3917cb586e8cbb35619c9499 Mon Sep 17 00:00:00 2001 From: Nafer Sanabria Date: Fri, 5 Aug 2016 09:10:28 -0500 Subject: [PATCH] Upgrade jackson-databind to 2.7.6 (#21113) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2b27eb821b..c880fef8f5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -72,7 +72,7 @@ object Dependencies { val sprayJson = "io.spray" %% "spray-json" % "1.3.2" // ApacheV2 // For akka-http-jackson support - val jackson = "com.fasterxml.jackson.core" % "jackson-databind" % "2.7.4" // ApacheV2 + val jackson = "com.fasterxml.jackson.core" % "jackson-databind" % "2.7.6" // ApacheV2 // For akka-http-testkit-java val junit = "junit" % "junit" % junitVersion // Common Public License 1.0