From 70d86e9544df5a953d647d79bd074ba47ec488cb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:26:15 +0200 Subject: [PATCH] Update kafka-avro-serializer to 7.7.1 in series/3.x (#1348) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63935a53a..70ea026b3 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val catsEffectVersion = "3.5.4" val catsVersion = "2.6.1" -val confluentVersion = "7.7.0" +val confluentVersion = "7.7.1" val fs2Version = "3.11.0"