Browse Source

Upgrade to Kafka 4.0.0

Closes gh-45485
pull/45379/head
Stéphane Nicoll 9 months ago committed by Phillip Webb
parent
commit
5ce080f1bb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1123,7 +1123,7 @@ bom {
releaseNotes("https://junit.org/junit5/docs/{version}/release-notes") releaseNotes("https://junit.org/junit5/docs/{version}/release-notes")
} }
} }
library("Kafka", "3.9.0") { library("Kafka", "4.0.0") {
group("org.apache.kafka") { group("org.apache.kafka") {
modules = [ modules = [
"connect", "connect",

Loading…
Cancel
Save