We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413e5b0 commit 88f82f4Copy full SHA for 88f82f4
consumers/spark/build.sbt
@@ -11,7 +11,7 @@ scalaVersion := "2.13.8"
11
libraryDependencies ++= Seq(
12
"org.apache.spark" %% "spark-streaming-kafka-0-10" % "3.2.1",
13
"org.apache.spark" %% "spark-core" % "3.2.1",
14
- "org.apache.spark" %% "spark-streaming" % "3.2.1",
+ "org.apache.spark" %% "spark-streaming" % "3.5.1",
15
"org.apache.spark" %% "spark-sql" % "3.2.1"
16
)
17
0 commit comments