Skip to content

Commit 9e23e8f

Browse files
chore(deps): update dependency org.apache.spark:spark-sql to v3.4.1
1 parent 413e5b0 commit 9e23e8f

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
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
1212
"org.apache.spark" %% "spark-streaming-kafka-0-10" % "3.2.1",
1313
"org.apache.spark" %% "spark-core" % "3.2.1",
1414
"org.apache.spark" %% "spark-streaming" % "3.2.1",
15-
"org.apache.spark" %% "spark-sql" % "3.2.1"
15+
"org.apache.spark" %% "spark-sql" % "3.4.1"
1616
)
1717

1818
assemblySettings

0 commit comments

Comments
 (0)