From 81a6dd4061b1ee2b5bbd156a4f9703a7ae5abd3e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 09:18:07 +0000 Subject: [PATCH] bump: kafka-avro-serializer 7.4.6 (was 7.4.2) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c6cc1c6a..de55f914f 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ val slf4jVersion = "1.7.36" // this depends on Kafka, and should be upgraded to such latest version // that depends on the same Kafka version, as is defined above // See https://mvnrepository.com/artifact/io.confluent/kafka-avro-serializer?repo=confluent-packages -val confluentAvroSerializerVersion = "7.4.2" +val confluentAvroSerializerVersion = "7.4.6" val confluentLibsExclusionRules = Seq( ExclusionRule("log4j", "log4j"), ExclusionRule("org.slf4j", "slf4j-log4j12"),