Skip to content

Commit

Permalink
Update kafka-clients to 3.7.0 (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 5, 2024
1 parent 9ed74b0 commit 07e4167
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 @@ -37,7 +37,7 @@ lazy val root = (project in file("."))
"com.github.pathikrit" %% "better-files" % "3.9.2",
"org.rogach" %% "scallop" % "5.0.1",
"com.github.blemale" %% "scaffeine" % "5.2.1",
"org.apache.kafka" % "kafka-clients" % "3.6.1",
"org.apache.kafka" % "kafka-clients" % "3.7.0",
"org.apache.pulsar" % "pulsar-client" % pulsarVersion,
"org.apache.pulsar" % "pulsar-client-admin" % pulsarVersion % "test",
"org.http4s" %% "http4s-dsl" % http4sVersion,
Expand Down

0 comments on commit 07e4167

Please sign in to comment.