Browse Source

Upgrade to Spring Kafka 2.8.9

Closes gh-32270
pull/32501/head
Stephane Nicoll 3 years ago
parent
commit
6c37838f31
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save