Browse Source

Upgrade to Spring Kafka 2.8.11

Closes gh-33126
2.6.x
Andy Wilkinson 3 years ago
parent
commit
b960609995
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1739,7 +1739,7 @@ bom { @@ -1739,7 +1739,7 @@ bom {
]
}
}
library("Spring Kafka", "2.8.11-SNAPSHOT") {
library("Spring Kafka", "2.8.11") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save