Skip to content

Commit

Permalink
Update kafka-clients to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 7, 2024
1 parent 7d93ffd commit a1678d8
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 @@ -59,7 +59,7 @@ object Dependencies {
val akkaClusterBoostrap = "com.lightbend.akka.management" %% "akka-management-cluster-bootstrap" % akkaManagementVersion
val akkaDiscoveryKube = "com.lightbend.akka.discovery" %% "akka-discovery-kubernetes-api" % akkaManagementVersion

val kafkaClient = "org.apache.kafka" % "kafka-clients" % "3.8.1"
val kafkaClient = "org.apache.kafka" % "kafka-clients" % "3.9.0"
val fs2Core = "co.fs2" %% "fs2-core" % fs2Version
val fs2Io = "co.fs2" %% "fs2-io" % fs2Version
val fs2kafka = "com.github.fd4s" %% "fs2-kafka" % "1.11.0"
Expand Down

0 comments on commit a1678d8

Please sign in to comment.