From 369046c37daeb30a899e196d6949980d83d999cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 17:09:38 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.7 Closes gh-28966 --- 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 3b234f5fe8..7e74cd1185 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.5.7-SNAPSHOT") { + library("Spring Integration", "5.5.7") { group("org.springframework.integration") { imports = [ "spring-integration-bom"