From 177f05f42745f01b900b7d2c90e8dedb2e600d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Aug 2025 21:59:20 +0200 Subject: [PATCH] Upgrade to Spring Integration 7.0.0-M2 Closes gh-46805 --- 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 a660ed192bb..b1407e3bbe1 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -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")