From 91619d655579d22a9766b25da7f713014440d22d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Mar 2021 07:56:01 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.0-M3 Closes gh-25577 --- 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 0f24085f5c..32a4dbbb55 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring Integration", "5.5.0-SNAPSHOT") { + library("Spring Integration", "5.5.0-M3") { group("org.springframework.integration") { imports = [ "spring-integration-bom"