From 1f6a966336c39102ad35b94eca8828dfeaceaa4b Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 16 Aug 2022 10:58:35 -0700 Subject: [PATCH] Start building against Spring Integration 6.0.0-SNAPSHOT See gh-32096 --- 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 d3e3a13691..10cd47d8a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1446,7 +1446,7 @@ bom { ] } } - library("Spring Integration", "6.0.0-M4") { + library("Spring Integration", "6.0.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"