From 35d88a7a86993c8b48daa7b776a18d340ef3bf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 9 Dec 2025 21:53:11 +0100 Subject: [PATCH] Start building against Spring Integration 7.0.1 snapshots See gh-48482 --- 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 e4bb9107f8d..5feab49b3f5 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2463,7 +2463,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.0") { + library("Spring Integration", "7.0.1-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")