Skip to content

Commit

Permalink
bump: kafka-avro-serializer 7.4.5 (was 7.4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 21, 2024
1 parent 0c02af9 commit e2a0b96
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 @@ -31,7 +31,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.5"
val confluentLibsExclusionRules = Seq(
ExclusionRule("log4j", "log4j"),
ExclusionRule("org.slf4j", "slf4j-log4j12"),
Expand Down

0 comments on commit e2a0b96

Please sign in to comment.