Browse Source

Start building againts Spring Kafka 3.0.0-M5 snapshots

See gh-31620
pull/31699/head
Andy Wilkinson 4 years ago
parent
commit
f015095ca0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save