File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ updates.ignore = [
5
5
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
6
6
]
7
7
updates.pin = [
8
- { groupId = "org.apache.kafka", artifactId="kafka-clients", version="3.7 ." }
8
+ { groupId = "org.apache.kafka", artifactId="kafka-clients", version="3.9 ." }
9
9
# To be updated in tandem with upstream Akka
10
10
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." }
11
11
{ groupId = "org.slf4j", artifactId = "log4j-over-slf4j", version = "1." }
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ val AkkaBinaryVersionForDocs = VersionNumber(akkaVersion).numbers match {
22
22
}
23
23
24
24
// 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 "
27
27
// This should align with the ScalaTest version used in the Akka testkit
28
28
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L44
29
29
val scalatestVersion = " 3.2.16"
You can’t perform that action at this time.
0 commit comments