From d8d16031f33dafe1a0d62a67f3b1edd2de69cef8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 17:48:21 +0000 Subject: [PATCH] Start building against Spring Integration 6.1.0-M2 snapshots See gh-34552 --- 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 88f23b08447..fa3263588e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1364,7 +1364,7 @@ bom { ] } } - library("Spring Integration", "6.1.0-M1") { + library("Spring Integration", "6.1.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"