Skip to content

Commit 299533c

Browse files
chore(deps): update dependency org.apache.spark:spark-core to v3.4.0
1 parent 0f034b4 commit 299533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consumers/spark/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scalaVersion := "2.13.8"
1010

1111
libraryDependencies ++= Seq(
1212
"org.apache.spark" %% "spark-streaming-kafka-0-10" % "3.2.1",
13-
"org.apache.spark" %% "spark-core" % "3.2.1",
13+
"org.apache.spark" %% "spark-core" % "3.4.0",
1414
"org.apache.spark" %% "spark-streaming" % "3.2.1",
1515
"org.apache.spark" %% "spark-sql" % "3.2.1"
1616
)

0 commit comments

Comments
 (0)