Browse Source

Start building against Spring Integration 7.0.1 snapshots

See gh-48482
pull/48515/head
Stéphane Nicoll 1 week ago
parent
commit
35d88a7a86
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save