Skip to content

Commit 1213a52

Browse files
chore: bump kafka-clients to 3.9.0 (#1844)
1 parent 63191c0 commit 1213a52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.scala-steward.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates.ignore = [
55
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
66
]
77
updates.pin = [
8-
{ groupId = "org.apache.kafka", artifactId="kafka-clients", version="3.7." }
8+
{ groupId = "org.apache.kafka", artifactId="kafka-clients", version="3.9." }
99
# To be updated in tandem with upstream Akka
1010
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." }
1111
{ groupId = "org.slf4j", artifactId = "log4j-over-slf4j", version = "1." }

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ val AkkaBinaryVersionForDocs = VersionNumber(akkaVersion).numbers match {
2222
}
2323

2424
// Keep .scala-steward.conf pin in sync
25-
val kafkaVersion = "3.7.1"
26-
val KafkaVersionForDocs = "37"
25+
val kafkaVersion = "3.9.0"
26+
val KafkaVersionForDocs = "39"
2727
// This should align with the ScalaTest version used in the Akka testkit
2828
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L44
2929
val scalatestVersion = "3.2.16"

0 commit comments

Comments
 (0)