Browse Source

Upgrade to Spring Kafka 2.8.2

Closes gh-29224
pull/29296/head
Stephane Nicoll 4 years ago
parent
commit
ce6cc77ea7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save