From 3a2991ece26a09dd7e1cefe964b219abc3cb1485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 20 Nov 2024 18:06:07 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.4.0 Closes gh-43022 --- 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 202cf034fdf..c6b9ab608cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2194,7 +2194,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.0-SNAPSHOT") { + library("Spring Integration", "6.4.0") { considerSnapshots() group("org.springframework.integration") { imports = [