From 20e4cc09259527eced4f24b4012bff2d7ead4b9e Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:16:25 +0000 Subject: [PATCH] Update kafka-avro-serializer to 7.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c96c6f29..7d6ecb6ad 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.24.0" - val confluent = "7.5.0" + val confluent = "7.5.2" val curator = "5.2.0" val disciplineMunit = "1.0.9" val epimetheus = "0.5.0"