Skip to content

Commit

Permalink
Align Confluent lib dependency with Kafka 3.8 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: stheppi <[email protected]>
  • Loading branch information
stheppi and stheppi authored Jan 23, 2025
1 parent 7e6355a commit c3920a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ object Dependencies {

val cyclopsVersion = "10.4.1"

val kafkaVersion: String = "3.8.0"
val confluentVersion: String = "7.7.2"
val kafkaVersion: String = "3.8.1"
val confluentVersion: String = "7.8.0"

val enumeratumVersion = "1.7.5"

Expand Down

0 comments on commit c3920a3

Please sign in to comment.