Browse Source

Upgrade to Spring Integration 7.0.0

Closes gh-47828
pull/48164/head
Stéphane Nicoll 4 weeks ago
parent
commit
9d3434e5b6
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2468,7 +2468,7 @@ bom { @@ -2468,7 +2468,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") {
considerSnapshots()
group("org.springframework.integration") {
bom("spring-integration-bom")

Loading…
Cancel
Save