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 33ef900658e18887e9c351816cd95a1e1edced8e
Author: Luciano Resende <lrese...@apache.org>
AuthorDate: Mon Jul 13 22:17:26 2020 -0700

    Update jackson-databinding dependency to 2.6.7.3
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0ccae11..3e2f342 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -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
 

Reply via email to