Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.spark:spark-streaming-kafka…
Browse files Browse the repository at this point in the history
…-0-10 to v3.5.0
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent 413e5b0 commit f800815
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 @@ -9,7 +9,7 @@ scalaVersion := "2.13.8"


libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-streaming-kafka-0-10" % "3.2.1",
"org.apache.spark" %% "spark-streaming-kafka-0-10" % "3.5.0",
"org.apache.spark" %% "spark-core" % "3.2.1",
"org.apache.spark" %% "spark-streaming" % "3.2.1",
"org.apache.spark" %% "spark-sql" % "3.2.1"
Expand Down

0 comments on commit f800815

Please sign in to comment.