Browse Source

Start building against Spring Kafka 3.2.1 snapshots

See gh-41037
pull/41051/head
Andy Wilkinson 2 years ago
parent
commit
82993407eb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save