Browse Source

Upgrade to Spring Kafka 2.7.3

Closes gh-26973
pull/27157/head
Stephane Nicoll 5 years ago
parent
commit
dd63f98fcf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save