Skip to content

Commit

Permalink
bump: kafka-avro-serializer 7.4.6 (was 7.4.2) (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 2, 2024
1 parent cb7c6ed commit 47e7c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 47e7c76

Please sign in to comment.