Skip to content

Commit

Permalink
Update embedded-kafka to 3.7.1.1 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Aug 17, 2024
1 parent c23c194 commit 8971901
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 @@ -114,7 +114,7 @@ lazy val kafka: Project = (project in file("kafka"))
"org.apache.kafka" % "kafka-clients" % "3.7.1",
slf4j,
logback % Test,
"io.github.embeddedkafka" %% "embedded-kafka" % "3.7.0" % Test,
"io.github.embeddedkafka" %% "embedded-kafka" % "3.7.1.1" % Test,
"org.apache.pekko" %% "pekko-connectors-kafka" % "1.0.0" % Test,
"org.apache.pekko" %% "pekko-stream" % "1.0.3" % Test,
scalaTest
Expand Down

0 comments on commit 8971901

Please sign in to comment.