Browse Source

Start building against Spring Kafka 3.2.0-RC1 snapshots

See gh-40227
pull/40235/head
Andy Wilkinson 2 years ago
parent
commit
f46fae5697
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1915,7 +1915,7 @@ bom { @@ -1915,7 +1915,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
}
}
library("Spring Kafka", "3.2.0-M2") {
library("Spring Kafka", "3.2.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save