Browse Source

Upgrade to Spring Kafka 2.5.14.RELEASE

Closes gh-26771
pull/27078/head
Andy Wilkinson 5 years ago
parent
commit
53068a2489
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save