From ddff823ea36e1a14a239a1d669d51d9cb07772ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Jul 2025 16:37:34 +0200 Subject: [PATCH] Upgrade to Spring Integration 7.0.0-M1 Closes gh-46054 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 0acda667407..45ae2f51932 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2369,7 +2369,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-M1") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")