Browse Source

Start building against Spring Kafka 3.0.0-RC2 snapshots

See gh-32934
pull/32943/head
Andy Wilkinson 3 years ago
parent
commit
bd75965ff8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save