Browse Source

Start building against Spring Kafka 3.0.9 snapshots

See gh-36182
pull/37018/head
Andy Wilkinson 3 years ago
parent
commit
2b1189ff31
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save