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
This commit is contained in:
Stephane Nicoll 2021-07-11 18:28:41 +02:00
parent 7b0ac81854
commit c5bf56d87f
1 changed files with 2 additions and 2 deletions

View File

@ -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",