Browse Source

Upgrade to Spring Kafka 2.6.0

Closes gh-23012
pull/23246/head
Andy Wilkinson 5 years ago
parent
commit
9c408babfa
  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-SNAPSHOT") {
library("Spring Kafka", "2.6.0") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save