Skip to content

Commit

Permalink
bump all kafka to 3.9.0 (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirocchj authored Dec 15, 2024
1 parent 54e2ef2 commit 2fc8e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ val V = new {
val `cats-effect` = "3.5.3"
val circe = "0.14.10"
val doobie = "1.0.0-RC5"
val `embedded-kafka` = "3.8.1"
val `embedded-kafka` = "3.9.0"
val `embedded-kafka-schema-registry` = "7.8.0"
val http4s = "0.23.30"
val jackson = "2.18.2"
val `json-schema` = "1.14.4"
val `jsoniter-scala` = "2.32.0"
val kafka = "3.8.1"
val kafka = "3.9.0"
val logback = "1.5.12"
val `log-effect` = "0.19.2"
val ocisdk = "3.55.0"
Expand Down

0 comments on commit 2fc8e8c

Please sign in to comment.