From 052726f5d92cf48f00db63e7140f4160f3eb9d8a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 08:43:03 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.5 Closes gh-28259 --- 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 9dfdc326d7..dfc9db1058 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Integration", "5.5.5-SNAPSHOT") { + library("Spring Integration", "5.5.5") { group("org.springframework.integration") { imports = [ "spring-integration-bom"