Browse Source

Start building against Spring Kafka 3.3.0 snapshots

See gh-41310
pull/41323/head
Andy Wilkinson 2 years ago
parent
commit
8390ec8f82
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save