Browse Source

Upgrade to Kafka 4.2.0

Closes gh-49258
pull/49278/head
Stéphane Nicoll 1 month ago
parent
commit
b1aff395df
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save