From 23d34ea6db82bebd4b88f0ab98fd5c8fb2e361db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 17 Dec 2025 08:01:16 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.4.10 Closes gh-48556 --- 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 6f0c9641c27..18406e9032a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2196,7 +2196,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.9") { + library("Spring Integration", "6.4.10") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")