From 6325df20556c6274c067943212e311928a180e13 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 08:50:32 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.6 Closes gh-28513 --- 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 10c85f1585a9..e8b833c41ba9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1684,7 +1684,7 @@ bom { ] } } - library("Spring Integration", "5.5.6-SNAPSHOT") { + library("Spring Integration", "5.5.6") { group("org.springframework.integration") { imports = [ "spring-integration-bom"