Skip to content

Commit faa93cb

Browse files
authored
Merge branch 'master' into update/spark-sql-4.0.0
2 parents 43ad63f + 22abe82 commit faa93cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ val circeVersion = "0.14.14"
418418
val monixVersion = "3.4.1"
419419

420420
val sparkVersion = "4.0.0"
421-
val elastic4sVersion = "8.18.2"
421+
val elastic4sVersion = "9.0.0"
422422

423423
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
424424
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
@@ -550,13 +550,13 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
550550
)
551551

552552
val spireVersion = "0.18.0"
553-
val kafkaVersion = "7.9.2-ce"
553+
val kafkaVersion = "8.0.0-ce"
554554
val pureconfigVersion = "0.17.9"
555555
val jackSonVersion = "2.19.1"
556556
val log4jApiScalaVersion = "13.1.0"
557557
val log4jVersion = "2.20.0"
558558
val avro4sVersion = "4.1.2"
559-
val kafkaAvroSerializer = "7.9.2"
559+
val kafkaAvroSerializer = "8.0.0"
560560

561561
val pureConfigDep = "com.github.pureconfig" %% "pureconfig" % pureconfigVersion
562562

0 commit comments

Comments
 (0)