Browse Source

Switch to Spring Kafka 3.0.0-SNAPSHOT

See gh-32603
pull/32627/head
Brian Clozel 3 years ago
parent
commit
fc82f0c0ab
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save