Upgrade jackson-databind to 2.7.6 (#21113)
This commit is contained in:
parent
86d733196c
commit
e05d0fe290
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ object Dependencies {
|
||||||
val sprayJson = "io.spray" %% "spray-json" % "1.3.2" // ApacheV2
|
val sprayJson = "io.spray" %% "spray-json" % "1.3.2" // ApacheV2
|
||||||
|
|
||||||
// For akka-http-jackson support
|
// 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
|
// For akka-http-testkit-java
|
||||||
val junit = "junit" % "junit" % junitVersion // Common Public License 1.0
|
val junit = "junit" % "junit" % junitVersion // Common Public License 1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue