Browse Source

Start building against Spring Kafka 2.7.0 snapshots

See gh-25582
pull/25690/head
Stephane Nicoll 5 years ago
parent
commit
52aab92bfb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save