From 2bbb1efbb2ed6a8cdba3476cf8a78fc9b3664b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 9 Mar 2026 17:22:08 +0100 Subject: [PATCH] Start building against Spring Integration 7.0.4 snapshots See 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 9fc293bfcb8..a4fc11eb677 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2487,7 +2487,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.3") { + library("Spring Integration", "7.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")