From 46a29e903a379901b67e2673512efc248f475263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 22 Oct 2025 08:49:40 +0200 Subject: [PATCH] Upgrade to Spring Integration 7.0.0-RC1 Closes gh-47494 --- 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 91df9dd6178..bf7ebe12a12 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2448,7 +2448,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.0-SNAPSHOT") { + library("Spring Integration", "7.0.0-RC1") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")