From f6487f7409ead7506d4bc6ae818f80c2bb049a94 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:26:50 +0000 Subject: [PATCH] Update kafka-clients to 3.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..f07c7454 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo val pekkoVersion = "1.1.0-M0+204-d829637e-SNAPSHOT" // Change to 1.1.0 when its released val pekkoHttpVersion = "1.0.1" val pekkoConnectorsKafkaVersion = "1.0.0" -val kafkaClientsVersion = "3.7.0" +val kafkaClientsVersion = "3.7.1" val pekkoConnectorsVersion = "1.0.2" val futilesVersion = "2.0.2" val quillJdbcMonixVersion = "3.7.2"