From 43748184e8ba8405c71600a1202bcf3cdc9384be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 4 Aug 2026 19:58:27 +0200 Subject: [PATCH] Upgrade to Spring Integration 7.2.0-M1 Closes gh-51223 --- 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 ddf938595f6..372ceada65e 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2653,7 +2653,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.2.0-INTERNAL-SNAPSHOT") { + library("Spring Integration", "7.2.0-M1") { firstParty() group("org.springframework.integration") { bom("spring-integration-bom")