Browse Source

Start building against Spring Kafka 3.0.9 snapshots

See gh-36187
pull/36766/head
Andy Wilkinson 3 years ago
parent
commit
d0a61c2e78
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1426,7 +1426,7 @@ bom { @@ -1426,7 +1426,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