Browse Source

Start building against Spring Kafka 4.0.2 snapshots

See gh-48719
pull/48817/head
Andy Wilkinson 3 weeks ago
parent
commit
74fd7c564a
  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.1") {
library("Spring Kafka", "4.0.2-SNAPSHOT") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save