From 66d61df8c6c2c1ff74855aaf7fff963afbb68276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 4 Aug 2026 07:40:53 +0200 Subject: [PATCH] Start building against Spring Integration 7.1.1 snapshots See gh-51258 --- 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 48033571980..a82bd75034c 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2628,7 +2628,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.1.0") { + library("Spring Integration", "7.1.1-SNAPSHOT") { firstParty() group("org.springframework.integration") { bom("spring-integration-bom")