Browse Source

Start building against Spring Kafka 2.5.4 snapshots

See gh-22390
pull/22996/head
Stephane Nicoll 6 years ago
parent
commit
0710a251bf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save