From 91ddcff68f0ddc91add89b667bafdd1dedcfae12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Mar 2026 07:50:29 +0100 Subject: [PATCH] Upgrade to Spring Integration 7.0.4 Closes gh-49529 --- 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 16556916d11..348cfe4db63 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2491,7 +2491,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.4-SNAPSHOT") { + library("Spring Integration", "7.0.4") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")