Browse Source

Start building against Spring Kafka 3.0.5 snapshots

See gh-34555
pull/34585/head
Andy Wilkinson 3 years ago
parent
commit
feceaad8f2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save