Upgrade jackson-databind to 2.7.4 (#20419)

This commit is contained in:
Nafer Sanabria 2016-04-29 17:22:26 -05:00 committed by Konrad Malawski
parent d08b335143
commit b307a0ead7

View file

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