Browse Source

Start building against Spring Integration 7.0.4 snapshots

See gh-49529
pull/49582/head
Stéphane Nicoll 2 weeks ago
parent
commit
2bbb1efbb2
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save