Browse Source

Start building against Spring Integration 7.1.0-M1 snapshots

See gh-48801
pull/48804/head
Andy Wilkinson 3 weeks ago
parent
commit
04f0c7dbed
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save