From 219ed47d1ea25dd88bd0d95e1e7289e3fd7effdd Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 6 Oct 2022 16:22:59 +0200 Subject: [PATCH] Switch to Spring Integration 6.0.0-SNAPSHOT See gh-32619 --- 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 613809f5a6..cdccf6eb46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1445,7 +1445,7 @@ bom { ] } } - library("Spring Integration", "6.0.0-M5") { + library("Spring Integration", "6.0.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"