From eff5869b3ad46a9c041b7501e83a3e3464aee953 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 Dec 2024 15:28:48 +0000 Subject: [PATCH] Update spark-core, spark-sql to 3.5.4 Signed-off-by: Scala Steward --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5faf5382..93969542 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,8 +17,8 @@ object Dependencies { "com.google.openlocationcode" % "openlocationcode" % "1.0.4" lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0" lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0" - lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.3" - lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.3" + lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.4" + lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.4" lazy val validator = "commons-validator" % "commons-validator" % "1.9.0" // Test