Browse Source

Upgrade to Spring Integration 7.0.0-M3

Closes gh-47010
pull/47268/head
Stéphane Nicoll 3 months ago
parent
commit
e20437195e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save