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
….3.2
  • Loading branch information
renovate[bot] committed Mar 12, 2023
1 parent 0f034b4 commit 0a631af
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.3.2",
"org.apache.spark" %% "spark-sql" % "3.2.1"
)

Expand Down

0 comments on commit 0a631af

Please sign in to comment.