Skip to content

Commit

Permalink
Update embedded-kafka to 3.9.0 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Nov 20, 2024
1 parent fa4bad4 commit ac80a99
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 @@ -62,7 +62,7 @@ lazy val kafka: Project = (project in file("kafka"))
"org.apache.kafka" % "kafka-clients" % "3.8.0",
slf4j,
logback % Test,
"io.github.embeddedkafka" %% "embedded-kafka" % "3.8.1" % Test,
"io.github.embeddedkafka" %% "embedded-kafka" % "3.9.0" % Test,
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.1.0" % Test,
"org.apache.pekko" %% "pekko-stream" % "1.1.2" % Test,
scalaTest
Expand Down

0 comments on commit ac80a99

Please sign in to comment.