From 1ef379c75fa035f3094589f774072a2aa7fc8f91 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:43:42 +0000 Subject: [PATCH] Upgrade to Spring Integration 6.1.0-M1 Closes gh-34308 --- 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 9bdb6e71432..308020026d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1364,7 +1364,7 @@ bom { ] } } - library("Spring Integration", "6.1.0-SNAPSHOT") { + library("Spring Integration", "6.1.0-M1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"