This is an automated email from the ASF dual-hosted git repository. lresende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
commit 051e0decb26c1f0c7f0edf4bf5bd7c3d8b563624 Author: Luciano Resende <[email protected]> AuthorDate: Mon Jul 13 22:16:27 2020 -0700 Update jackson-databinding dependency to 2.10.0 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2baa731..0a60b63 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,8 +38,8 @@ 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.7.3" // Apache v2 + // use the same jackson version in test than the one provided at runtime by Spark 3.0.0 + val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.10.0" // Apache v2 val jeroMq = "org.zeromq" % "jeromq" % "0.4.3" // MPL v2
