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 f87cbcd19b2208a67f868a7991f54a72e96f91cc Author: Luciano Resende <[email protected]> AuthorDate: Mon Sep 22 21:30:06 2025 -0700 Align slf4j to version 2.0.6 to align with Spark 3.4.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0c116a44..5ad2ca80 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -55,7 +55,7 @@ object Dependencies { val scalaTestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.16.0" // Apache v2 val mockitoInline = "org.mockito" % "mockito-inline" % "4.11.0" // MIT - val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.32" // MIT + val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.6" // MIT val sparkVersion = settingKey[String]("Version of Apache Spark to use in Toree") // defined in root build val sparkCore = Def.setting{ "org.apache.spark" %% "spark-core" % sparkVersion.value } // Apache v2
