From 2a05bf9456ca9865a76f5d4397d0b865205f7ada Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:21:45 +0000 Subject: [PATCH] Update kafka-clients from 8.0.0-ce to 8.0.1-ce --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8b32fdd1..9996d982f 100644 --- a/build.sbt +++ b/build.sbt @@ -550,7 +550,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime")) ) val spireVersion = "0.18.0" -val kafkaVersion = "8.0.0-ce" +val kafkaVersion = "8.0.1-ce" val pureconfigVersion = "0.17.9" val jackSonVersion = "2.20.0" val log4jApiScalaVersion = "13.1.0"