From 9274b1016fe00193746443e3282726fcb4419ae6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 16:10:40 +0200 Subject: [PATCH] Start building against Spring Integration 6.2.0-M2 snapshots See gh-36943 --- 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 4442d964c5..dff0be52d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Spring Integration", "6.2.0-M1") { + library("Spring Integration", "6.2.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"