From 75f0a5b3ca7f04f5c7685424eddf4593b0ff0be7 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:44:20 +0000 Subject: [PATCH] Update kafka-clients to 3.7.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..15d99c21 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.2" val pekkoConnectorsVersion = "1.0.2" val futilesVersion = "2.0.2" val quillJdbcMonixVersion = "3.7.2"