From d786aa4383eb3bf66d7eb5772eaefdcc56bcc155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Sep 2025 20:32:58 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.5.2 Closes gh-47091 --- 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 6e3cf79d579..0f1876732b8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2330,7 +2330,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.2-SNAPSHOT") { + library("Spring Integration", "6.5.2") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")