Upgrade jackson-databind version to 2.7.2

This commit is contained in:
Nafer Sanabria 2016-03-03 09:19:01 -05:00
parent 47925e1e11
commit 1c4af22cb5

View file

@ -59,7 +59,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.4.3" // ApacheV2
val jackson = "com.fasterxml.jackson.core" % "jackson-databind" % "2.7.2" // ApacheV2
// For akka-http-testkit-java
val junit = "junit" % "junit" % junitVersion // Common Public License 1.0