Browse Source

Upgrade to Spring Integration 7.0.0-RC1

Closes gh-47494
pull/47284/head
Stéphane Nicoll 2 months ago
parent
commit
46a29e903a
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save