Browse Source

Upgrade to Kafka 2.8.1

Closes gh-28095
pull/28102/head
Stephane Nicoll 4 years ago
parent
commit
592ed9d06b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save