Browse Source

Start building against Spring Kafka 2.7.4 snapshots

See gh-27165
pull/27229/head
Stephane Nicoll 5 years ago
parent
commit
e426ff6196
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save