From 5bafd0a6bf1c01c4066c7e472fe3c7c864ed33ef Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Jun 2026 06:49:37 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.5.10 Closes gh-50820 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 9e708665d20..f2e5aa25192 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2356,7 +2356,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.10-SNAPSHOT") { + library("Spring Integration", "6.5.10") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")