From 507abe88f307226d2a85c2145709c52adf8be13d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:28:26 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.0.0-M1 Closes gh-28649 --- 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 07a6bcaa1a5..aa3ce54b258 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1352,7 +1352,7 @@ bom { ] } } - library("Spring Integration", "6.0.0-SNAPSHOT") { + library("Spring Integration", "6.0.0-M1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"