From a4919a047e99dbfcb980dcaf3a9553ad2b775ca4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Jan 2021 13:23:19 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.5.0-M1 Closes gh-24932 --- 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 b7a2c5d87c..bf10cede0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Integration", "5.4.2") { + library("Spring Integration", "5.5.0-M1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"