From 574296487aec23dfaeaa16600cb4c7b738c79c6f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Jan 2026 09:18:44 +0000 Subject: [PATCH] Start building against Spring Integration 7.0.2 snapshots See gh-48833 --- 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 c81ce6f1959..e24b7a88e71 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2466,7 +2466,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.1") { + library("Spring Integration", "7.0.2-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")