Browse Source

Start building against Spring Kafka 2.5.6 snapshots

See gh-23199
pull/23585/head
Stephane Nicoll 5 years ago
parent
commit
52859303fe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1686,7 +1686,7 @@ bom { @@ -1686,7 +1686,7 @@ bom {
]
}
}
library("Spring Kafka", "2.5.5.RELEASE") {
library("Spring Kafka", "2.5.6.BUILD-SNAPSHOT") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save