From 18d464d0f596b5c9713f52ce34a047e6a83ff032 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:30:22 +0100 Subject: [PATCH] bump: kafka-clients 3.5.2 (was 3.5.1) (#1707) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f5fdeb55e..c5e59337a 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val AkkaBinaryVersionForDocs = "2.9" val akkaVersion = "2.9.0" // Keep .scala-steward.conf pin in sync -val kafkaVersion = "3.5.1" +val kafkaVersion = "3.5.2" val KafkaVersionForDocs = "35" // This should align with the ScalaTest version used in the Akka testkit // https://github.com/akka/akka/blob/main/project/Dependencies.scala#L44