Browse Source

Upgrade to Spring Integration 7.0.0-M2

Closes gh-46805
pull/46927/head
Stéphane Nicoll 7 months ago
parent
commit
177f05f427
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save