Browse Source

Start building against Spring Kafka 4.0.1 snapshots

See gh-48441
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
53e2ba8df7
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save