From 665c4acb19e10b68cfe040f2ce4ac9f362f2a048 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 30 Oct 2025 13:33:01 +0000 Subject: [PATCH] Start building against Spring Integration 7.0.0-RC2 snapshots See gh-47880 --- 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 9a295a5bc3e..9354f2b127b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2450,7 +2450,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.0-RC1") { + library("Spring Integration", "7.0.0-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")