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