Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.spark:spark-streaming to v3…
Browse files Browse the repository at this point in the history
….5.1
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 413e5b0 commit 88f82f4
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 @@ -11,7 +11,7 @@ scalaVersion := "2.13.8"
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-streaming" % "3.5.1",
"org.apache.spark" %% "spark-sql" % "3.2.1"
)

Expand Down

0 comments on commit 88f82f4

Please sign in to comment.