Skip to content

Commit

Permalink
Update kafka-clients to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 1, 2024
1 parent a6c115a commit b8541b7
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 @@ -110,7 +110,7 @@ lazy val kafka: Project = (project in file("kafka"))
.settings(
name := "kafka",
libraryDependencies ++= Seq(
"org.apache.kafka" % "kafka-clients" % "3.7.0",
"org.apache.kafka" % "kafka-clients" % "3.7.1",
slf4j,
logback % Test,
"io.github.embeddedkafka" %% "embedded-kafka" % "3.7.0" % Test,
Expand Down

0 comments on commit b8541b7

Please sign in to comment.