Skip to content

Commit

Permalink
bump: kafka-avro-serializer 7.4.8 (was 7.4.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 27, 2024
1 parent 1e97f3d commit 7078ce1
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 @@ -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.4.8"
val confluentLibsExclusionRules = Seq(
ExclusionRule("log4j", "log4j"),
ExclusionRule("org.slf4j", "slf4j-log4j12"),
Expand Down

0 comments on commit 7078ce1

Please sign in to comment.