From e05d5e09fcebb264aa1e0275e7209cc0139f6c63 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 18 May 2023 20:22:49 +0200 Subject: [PATCH] Update kafka-clients, kafka-streams-scala to 7.4.0-ce (#158) Co-authored-by: John --- project/Dependencies.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 35dc71f..c148af0 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,8 +2,7 @@ import sbt._ object Dependencies { private object Versions { - // TODO: 7.3.x (kafka 3.3) throw exception on test startup https://issues.apache.org/jira/browse/KAFKA-14270, fixed in kafka 3.4 (waiting confluent release 7.4.x) - val kafka = "7.3.3-ce" + val kafka = "7.4.0-ce" val gatling = "3.9.5" val avro4s = "4.1.1" val avro = "1.11.1"