Browse Source

Upgrade to Spring Kafka 2.5.13

Closes gh-26429
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
678916fb3d
  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.13.BUILD-SNAPSHOT") {
library("Spring Kafka", "2.5.13.RELEASE") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save