Browse Source

Start building against Spring Kafka 3.0.0 snapshots

See gh-33142
pull/33209/head
Stephane Nicoll 3 years ago
parent
commit
636568d3cc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save