Browse Source

Start building against Spring Integration 7.0.0 snapshots

See gh-47828
pull/48068/head
Stéphane Nicoll 1 month ago committed by Andy Wilkinson
parent
commit
2545798ba2
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2462,7 +2462,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}")
} }
} }
library("Spring Integration", "7.0.0-RC2") { library("Spring Integration", "7.0.0-SNAPSHOT") {
considerSnapshots() considerSnapshots()
group("org.springframework.integration") { group("org.springframework.integration") {
bom("spring-integration-bom") bom("spring-integration-bom")

Loading…
Cancel
Save