From b0686478a71cceb977dc1ff5b4e69ef5eb052fcf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2026 15:54:41 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.5.9 Closes gh-50520 --- 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 7caa9ee9d2e..9c4a5dc837a 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.9-SNAPSHOT") { + library("Spring Integration", "6.5.9") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")