From 6f9434ccc4047dff2919dbadd6887764d790848d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 29 Oct 2020 09:05:23 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.4.0 Closes gh-23781 --- 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 dfbd35be09..bb139984cc 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-RC1") { + library("Spring Integration", "5.4.0") { group("org.springframework.integration") { imports = [ "spring-integration-bom"