From 6a6dedc4354cbafadaf8aab2803fc3acd7e6b8de Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2026 15:57:08 +0100 Subject: [PATCH] Upgrade to Spring Integration 7.1.0 Closes gh-50568 --- 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 1a3ac4eeafd..85f8543b5e6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2620,7 +2620,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.1.0-SNAPSHOT") { + library("Spring Integration", "7.1.0") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")