Browse Source

Start building against Spring Kafka 2.5.0 snapshots

See gh-20953
pull/20992/head
Stephane Nicoll 6 years ago
parent
commit
e9016701e7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1644,7 +1644,7 @@ bom {
] ]
} }
} }
library("Spring Kafka", "2.4.6.BUILD-SNAPSHOT") { library("Spring Kafka", "2.5.0.BUILD-SNAPSHOT") {
group("org.springframework.kafka") { group("org.springframework.kafka") {
modules = [ modules = [
"spring-kafka", "spring-kafka",

Loading…
Cancel
Save