Skip to content

Commit 2ba4bd0

Browse files
bump embedded-kafka to v3.7.0 and confluent to 7.7.0 (#478)
1 parent 8e10f3d commit 2ba4bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ object Dependencies {
1414
val Scala3 = "3.3.3"
1515
val Scala213 = "2.13.14"
1616
val Scala212 = "2.12.19"
17-
val EmbeddedKafka = "3.6.1"
18-
val ConfluentPlatform = "7.6.2"
17+
val EmbeddedKafka = "3.7.0"
18+
val ConfluentPlatform = "7.7.0"
1919
val Slf4j = "1.7.36"
2020
val ScalaTest = "3.2.19"
2121
}

0 commit comments

Comments
 (0)