From 6d0f5d5f219f2bb54c56e3c8f066934bc2161e4e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Jul 2021 08:48:10 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.4.9 Closes gh-27500 --- 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 afe98b0c2c..b857e79f70 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Integration", "5.4.9-SNAPSHOT") { + library("Spring Integration", "5.4.9") { group("org.springframework.integration") { imports = [ "spring-integration-bom"