Skip to content

Commit

Permalink
Update kafka to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edubrovski committed Mar 15, 2023
1 parent c0f8dde commit e4ede76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Dependencies {
}

object Kafka {
private val version = "2.8.2"
private val version = "3.4.0"
val kafka = "org.apache.kafka" %% "kafka" % version
val `kafka-clients` = "org.apache.kafka" % "kafka-clients" % version
}
Expand Down

0 comments on commit e4ede76

Please sign in to comment.