From 55b507bccf62e8fc3dd9c1ee664f01348c113be1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 May 2021 08:34:34 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.0 Closes gh-26388 --- 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 362f4077f3..16f3abd141 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1664,7 +1664,7 @@ bom { ] } } - library("Spring Integration", "5.5.0-SNAPSHOT") { + library("Spring Integration", "5.5.0") { group("org.springframework.integration") { imports = [ "spring-integration-bom"