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 da44f12f0090a530c8a28535a37f944583fd73a5 Author: Luciano Resende <[email protected]> AuthorDate: Mon Sep 22 21:29:29 2025 -0700 Align Jackson databind to version 2.14.2 to match Spark 3.4.0 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 64e785e4..0c116a44 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,8 +38,8 @@ object Dependencies { val ivy = "org.apache.ivy" % "ivy" % "2.5.1" // Apache v2 - // use the same jackson version in test than the one provided at runtime by Spark 3.3.2 - val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2" // Apache v2 + // use the same jackson version in test than the one provided at runtime by Spark 3.4.x + val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2" // Apache v2 val jeroMq = "org.zeromq" % "jeromq" % "0.5.3" // MPL v2
