From c401afe21ab29e484f0539a6c3cb7fb00c82599a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 14:13:34 +0000 Subject: [PATCH] bump: kafka-avro-serializer 7.7.1 (was 7.4.7) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9be7cad84..a08f265a2 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ val slf4jVersion = "2.0.16" // 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.7" +val confluentAvroSerializerVersion = "7.7.1" val confluentLibsExclusionRules = Seq( ExclusionRule("log4j", "log4j"), ExclusionRule("org.slf4j", "slf4j-log4j12"),