From 7829cb7e5fad3faab1ca4b8226fb49bce3e38365 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 May 2022 16:44:22 +0200 Subject: [PATCH] Start building against Spring Integration 6.0.0-M3 snapshots See gh-31063 --- 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 bd85e4c7ccc..caa8fb9399b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1422,7 +1422,7 @@ bom { ] } } - library("Spring Integration", "6.0.0-M2") { + library("Spring Integration", "6.0.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"