From c3156a8f50b630d389471469ec7c09155f4a1a2a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Mar 2023 07:39:46 +0000 Subject: [PATCH] Upgrade to Spring Integration 6.1.0-M2 Closes gh-34552 --- 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 89dbace694..6279c13d05 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1375,7 +1375,7 @@ bom { ] } } - library("Spring Integration", "6.1.0-SNAPSHOT") { + library("Spring Integration", "6.1.0-M2") { group("org.springframework.integration") { imports = [ "spring-integration-bom"