From e20437195effafc5425919ccc0869788ed899f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 17 Sep 2025 08:17:21 +0200 Subject: [PATCH] Upgrade to Spring Integration 7.0.0-M3 Closes gh-47010 --- 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 191812b02fb..f27f7163fc3 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2359,7 +2359,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-M3") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")