Browse Source

Start building against Spring Integration 7.0.0-RC2 snapshots

See gh-47880
pull/47903/head
Andy Wilkinson 2 months ago
parent
commit
665c4acb19
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2450,7 +2450,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-RC1") { 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