From bb6d86d30b3854340c68506b682aee11777ba0da Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Sep 2020 07:27:15 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.4.0-M3 Closes gh-23010 --- 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 99da9abd26..116786c3ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring Integration", "5.4.0-SNAPSHOT") { + library("Spring Integration", "5.4.0-M3") { group("org.springframework.integration") { imports = [ "spring-integration-bom"