Browse Source

Upgrade to Spring Kafka 2.6.9

Closes gh-26763
pull/27348/head
Andy Wilkinson 5 years ago
parent
commit
4a11c6a135
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save