Browse Source

Upgrade to Spring Kafka 3.0.0-M6

Closes gh-31925
pull/32205/head
Stephane Nicoll 4 years ago
parent
commit
876511f212
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save