Browse Source

Upgrade to Spring Kafka 2.5.2.RELEASE

Closes gh-21980
pull/21985/head
Andy Wilkinson 6 years ago
parent
commit
c00e751910
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1700,7 +1700,7 @@ bom { @@ -1700,7 +1700,7 @@ bom {
]
}
}
library("Spring Kafka", "2.5.0.RELEASE") {
library("Spring Kafka", "2.5.2.RELEASE") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save