Skip to content

Commit 2e8f362

Browse files
committed
Update Spark version
1 parent 15936ab commit 2e8f362

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ object Dependencies {
1717
"com.google.openlocationcode" % "openlocationcode" % "1.0.4"
1818
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
1919
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
20-
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.3"
21-
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.3"
20+
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.6"
21+
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.6"
2222
lazy val validator = "commons-validator" % "commons-validator" % "1.10.0"
2323

2424
// Test
@@ -29,8 +29,6 @@ object Dependencies {
2929
lazy val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
3030

3131
// Overrides
32-
// XXX Bundled version is vulnerable to CVE-2018-10237
33-
lazy val guava = "com.google.guava" % "guava" % "33.4.0-jre"
3432
// XXX This is necessary for Spark version consistency
3533
lazy val jacksonDatabind =
3634
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2"

0 commit comments

Comments
 (0)