Skip to content

Commit

Permalink
bump: Kafka Client 3.5.1, Avro 7.4.0 (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Aug 23, 2023
1 parent f160596 commit 7022c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates.ignore = [
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
]
updates.pin = [
{ groupId = "org.apache.kafka", artifactId="kafka-clients", version="3.3." }
{ groupId = "org.apache.kafka", artifactId="kafka-clients", version="3.5." }
# To be updated in tandem with upstream Akka
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." }
{ groupId = "org.slf4j", artifactId = "log4j-over-slf4j", version = "1." }
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ val AkkaBinaryVersionForDocs = "2.7"
val akkaVersion = "2.7.0"

// Keep .scala-steward.conf pin in sync
val kafkaVersion = "3.3.2"
val KafkaVersionForDocs = "33"
val kafkaVersion = "3.5.1"
val KafkaVersionForDocs = "35"
// This should align with the ScalaTest version used in the Akka 2.7.x testkit
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L41
val scalatestVersion = "3.2.12"
Expand All @@ -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.2.5"
val confluentAvroSerializerVersion = "7.4.0"
val confluentLibsExclusionRules = Seq(
ExclusionRule("log4j", "log4j"),
ExclusionRule("org.slf4j", "slf4j-log4j12"),
Expand Down

0 comments on commit 7022c06

Please sign in to comment.