From 94609b4fa7c797925bf1839cb251fa4ee10c63ed Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:25:17 +0000 Subject: [PATCH] Update kafka-avro-serializer to 7.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9517a46fe..4ff7526d7 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ val V = new { val cats = "2.10.0" val catsEffect = "3.4.10" val commonsCompress = "1.25.0" - val confluent = "7.5.2" + val confluent = "7.5.3" val curator = "5.2.0" val disciplineMunit = "1.0.9" val epimetheus = "0.5.0"