From 4ce905ac51b53770206eec298838b4ae0bf063f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 12 Sep 2026 12:01:36 +0200 Subject: [PATCH] Start building against Spring Integration 7.2.0-M2 snapshots See gh-51714 --- 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 bb99636d4f1..405e7502048 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2828,7 +2828,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.2.0-M1") { + library("Spring Integration", "7.2.0-SNAPSHOT") { firstParty() group("org.springframework.integration") { bom("spring-integration-bom")