From 037e57c0cee9bdd5ea48a6c460653e96955c8fcb Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:32:05 +0000 Subject: [PATCH] Update kafka-avro-serializer to 7.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f59482b..24d6a1dc 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val V = new { val cats = "2.12.0" val catsEffect = "3.4.10" val commonsCompress = "1.27.1" - val confluent = "7.6.3" + val confluent = "7.7.1" val curator = "5.2.0" val disciplineMunit = "2.0.0" val epimetheus = "0.5.0"