From 28665ee93b02341becf45c16e952ae41ff5317ce Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Apr 2021 08:47:41 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.0-RC1 Closes gh-25929 --- 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 7e22ac86831..17c2f93c095 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-RC1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"