Browse Source

Upgrade to Kafka 2.7.1

Closes gh-26552
pull/26586/head
Andy Wilkinson 5 years ago
parent
commit
4bbcc3edda
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -986,7 +986,7 @@ bom { @@ -986,7 +986,7 @@ bom {
]
}
}
library("Kafka", "2.7.0") {
library("Kafka", "2.7.1") {
group("org.apache.kafka") {
modules = [
"connect-api",

Loading…
Cancel
Save