From dfda08fd0d248a7ae3fc82c24c65b8c6a8d36055 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Jul 2022 07:43:24 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.0.0-M4 Closes gh-31624 --- 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 4d4d47977ef..7d8b7ce5a61 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1428,7 +1428,7 @@ bom { ] } } - library("Spring Integration", "6.0.0-SNAPSHOT") { + library("Spring Integration", "6.0.0-M4") { group("org.springframework.integration") { imports = [ "spring-integration-bom"