Browse Source

Start building against Spring Kafka 2.7.6 snapshots

See gh-27602
pull/28375/head
Stephane Nicoll 4 years ago
parent
commit
93f9c60540
  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.4") {
library("Spring Kafka", "2.7.6-SNAPSHOT") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save