Skip to content

Commit

Permalink
Merge pull request #234 from scala-steward/update/kafka-clients-3.7.1
Browse files Browse the repository at this point in the history
Update kafka-clients to 3.7.1
  • Loading branch information
mergify[bot] authored Jun 30, 2024
2 parents 7afb004 + 912c00d commit 6cbb673
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 @@ -83,7 +83,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.8",
"io.circe" %% "circe-generic" % "0.14.8" % Test,
"io.circe" %% "circe-parser" % "0.14.8",
"org.apache.kafka" % "kafka-clients" % "3.7.0",
"org.apache.kafka" % "kafka-clients" % "3.7.1",
"com.lihaoyi" %% "utest" % "0.8.3" % Test
)

Expand Down

0 comments on commit 6cbb673

Please sign in to comment.