From 37864f6e66b658793c0775b37c6907db98461d09 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 08:51:20 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.6 Closes gh-28521 --- 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 2be0675f4fc6..8e3fe70b982a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring Integration", "5.5.6-SNAPSHOT") { + library("Spring Integration", "5.5.6") { group("org.springframework.integration") { imports = [ "spring-integration-bom"