Skip to content

Commit

Permalink
IS: Update kafka versions (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetlesolgaard authored May 31, 2024
1 parent 0dfcab7 commit 5ca3320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ object Versions {
const val jacksonDataType = "2.15.3"
const val jedis = "5.0.1"
const val json = "20231013"
const val kafka = "3.6.1"
const val kafkaEmbedded = "3.2.3"
const val kafka = "3.7.0"
const val kafkaEmbedded = "3.2.8"
const val kluent = "1.73"
const val ktor = "2.3.8"
const val logback = "1.4.14"
Expand Down

0 comments on commit 5ca3320

Please sign in to comment.