From 3f0f79b982b6847893ecf086875461223288bb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Jul 2025 16:35:45 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.4.6 Closes gh-46361 --- 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 583f710a8a9..f783622c698 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2197,7 +2197,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.6-SNAPSHOT") { + library("Spring Integration", "6.4.6") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")