From d013237d8712ea4fef308024737bfd3d4940cfc5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 19 May 2022 09:04:42 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.0.0-M3 Closes gh-31063 --- 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 33005e4d1d..8bbb4b583d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1405,7 +1405,7 @@ bom { ] } } - library("Spring Integration", "6.0.0-SNAPSHOT") { + library("Spring Integration", "6.0.0-M3") { group("org.springframework.integration") { imports = [ "spring-integration-bom"