Skip to content

Commit

Permalink
Update jackson-databinding dependency to 2.6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Jul 16, 2020
1 parent c73844f commit 33ef900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Dependencies {
val ivy = "org.apache.ivy" % "ivy" % "2.4.0" // Apache v2

// use the same jackson version in test than the one provided at runtime by Spark 2.0.0
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.6.5" // Apache v2
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.6.7.3" // Apache v2

val jeroMq = "org.zeromq" % "jeromq" % "0.4.3" // MPL v2

Expand Down

0 comments on commit 33ef900

Please sign in to comment.