Browse Source

Start building against Spring Kafka 2.6.9 snapshots

See gh-26763
pull/26775/head
Stephane Nicoll 5 years ago
parent
commit
de06bbb4dc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save