From f79cee92a91eb01e2429d54833ce853442f69bca Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Oct 2020 09:05:22 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.4.0-RC1 Closes gh-23695 --- 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 3bee35b310b..8541a3d55dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1574,7 +1574,7 @@ bom { ] } } - library("Spring Integration", "5.4.0-M3") { + library("Spring Integration", "5.4.0-RC1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"