From 04f0c7dbed4a800284d3bb17a09a6989ce6d0318 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 12 Jan 2026 11:57:21 +0000 Subject: [PATCH] Start building against Spring Integration 7.1.0-M1 snapshots See gh-48801 --- 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 8f56853bce4..59a246f2406 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2458,7 +2458,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.1") { + library("Spring Integration", "7.1.0-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")