Browse Source

Start building against Spring Kafka 3.0.5 snapshots

See gh-34543
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
cf22fcd0d1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save