From 04e3165c153b97ac79db5b7e26cfb7f243fd2b10 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 May 2021 08:33:14 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.4.7 Closes gh-26587 --- 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 ef09904e23..3c5ee66908 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1579,7 +1579,7 @@ bom { ] } } - library("Spring Integration", "5.4.7-SNAPSHOT") { + library("Spring Integration", "5.4.7") { group("org.springframework.integration") { imports = [ "spring-integration-bom"