From de7c020585ebb559837387de59e5cff61241b769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Apr 2025 09:39:13 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.4.4 Closes gh-45093 --- 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 362cc75126..df0f43e11f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2160,7 +2160,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.4-SNAPSHOT") { + library("Spring Integration", "6.4.4") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")