From b35cfb7fb7a99d6a4a6fb189f909e8ad2fa5a61d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 Aug 2020 20:17:50 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.4.0-M2 Closes gh-22729 --- 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 6ed14051436..f3194f3a192 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.0-SNAPSHOT") { + library("Spring Integration", "5.4.0-M2") { group("org.springframework.integration") { imports = [ "spring-integration-bom"