Browse Source

Upgrade to Kafka 2.8.0

As part of the upgrade, a switch to Spring Kafka 2.8.0-SNAPSHOT is
required, see gh-27177

Closes gh-27247
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
c5bf56d87f
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -993,7 +993,7 @@ bom {
] ]
} }
} }
library("Kafka", "2.7.1") { library("Kafka", "2.8.0") {
group("org.apache.kafka") { group("org.apache.kafka") {
modules = [ modules = [
"connect-api", "connect-api",
@ -1677,7 +1677,7 @@ bom {
] ]
} }
} }
library("Spring Kafka", "2.7.2") { library("Spring Kafka", "2.8.0-SNAPSHOT") {
group("org.springframework.kafka") { group("org.springframework.kafka") {
modules = [ modules = [
"spring-kafka", "spring-kafka",

Loading…
Cancel
Save