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 3 years ago
parent 7b0ac81854
commit c5bf56d87f

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

Loading…
Cancel
Save