Skip to content

Commit

Permalink
Upgrade to Kafka 2.8.0
Browse files Browse the repository at this point in the history
As part of the upgrade, a switch to Spring Kafka 2.8.0-SNAPSHOT is
required, see gh-27177

Closes gh-27247
  • Loading branch information
snicoll committed Jul 11, 2021
1 parent 7b0ac81 commit c5bf56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ bom {
]
}
}
library("Kafka", "2.7.1") {
library("Kafka", "2.8.0") {
group("org.apache.kafka") {
modules = [
"connect-api",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c5bf56d

Please sign in to comment.