Skip to content

Commit

Permalink
Update kafka-clients, kafka-streams-scala to 7.4.0-ce (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: John <[email protected]>
  • Loading branch information
scala-steward and jigarkhwar authored May 18, 2023
1 parent a2d24cc commit e05d5e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import sbt._

object Dependencies {
private object Versions {
// TODO: 7.3.x (kafka 3.3) throw exception on test startup https://issues.apache.org/jira/browse/KAFKA-14270, fixed in kafka 3.4 (waiting confluent release 7.4.x)
val kafka = "7.3.3-ce"
val kafka = "7.4.0-ce"
val gatling = "3.9.5"
val avro4s = "4.1.1"
val avro = "1.11.1"
Expand Down

0 comments on commit e05d5e0

Please sign in to comment.