Browse Source

Start building against Spring Kafka 2.8.2 snapshots

See gh-29224
pull/28496/head
Stephane Nicoll 4 years ago
parent
commit
066bfb3635
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save