Browse Source

Start building against Spring Kafka 2.7.1 snapshots

See gh-26386
pull/26421/head
Stephane Nicoll 5 years ago
parent
commit
c9cd7cae51
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save