From 724ba69a6dc7449fe7233a2799b6446ce673f1bf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 08:08:01 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.0.0-M2 Closes gh-30204 --- 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 978274c4ac4..0ac7132e425 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1360,7 +1360,7 @@ bom { ] } } - library("Spring Integration", "6.0.0-SNAPSHOT") { + library("Spring Integration", "6.0.0-M2") { group("org.springframework.integration") { imports = [ "spring-integration-bom"