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 4faaaeb425e2392a3346f6baebc46ad9c3787610
Author: Luciano Resende <[email protected]>
AuthorDate: Sun Aug 9 21:50:01 2020 -0700

    Update slf4j API version to 1.7.30
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0a60b63..c4dcd1a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -55,7 +55,7 @@ object Dependencies {
 
   val scalaTest = "org.scalatest" %% "scalatest" % "3.0.8" // Apache v2
 
-  val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.21" // MIT
+  val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30" // 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

Reply via email to