Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.spark:spark-sql to v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 10, 2024
1 parent 413e5b0 commit bbfc614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumers/spark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-streaming-kafka-0-10" % "3.2.1",
"org.apache.spark" %% "spark-core" % "3.2.1",
"org.apache.spark" %% "spark-streaming" % "3.2.1",
"org.apache.spark" %% "spark-sql" % "3.2.1"
"org.apache.spark" %% "spark-sql" % "3.5.2"
)

assemblySettings
Expand Down

0 comments on commit bbfc614

Please sign in to comment.