From 1f8b5bf1004fe1e672d93cee499f63ca4b78417f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 14:36:11 +0000 Subject: [PATCH] Update kafka-avro-serializer to 7.6.2 in series/3.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aaecee09c..fb29da281 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val catsEffectVersion = "3.5.4" val catsVersion = "2.6.1" -val confluentVersion = "7.6.1" +val confluentVersion = "7.6.2" val fs2Version = "3.10.2"