Browse Source

Upgrade to Spring Kafka 2.8.7

Closes gh-31350
pull/31676/head
Stephane Nicoll 4 years ago
parent
commit
09cd024817
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save