Skip to content

Commit

Permalink
Revert "Update kafka-clients to 3.5.0 (#925)" (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Jun 15, 2023
1 parent 49dadf3 commit aa596b3
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
@@ -1,6 +1,6 @@
import sbt.Def

lazy val kafkaVersion = "3.5.0"
lazy val kafkaVersion = "3.4.1"
lazy val embeddedKafkaVersion = "3.4.1" // Should be the same as kafkaVersion, except for the patch part

lazy val kafkaClients = "org.apache.kafka" % "kafka-clients" % kafkaVersion
Expand Down

0 comments on commit aa596b3

Please sign in to comment.