Browse Source

Upgrade to Spring Kafka 2.6.1

Closes gh-23382
pull/23391/head
Stephane Nicoll 5 years ago
parent
commit
06b842e29c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save