From 2fa6bd28ce337fdfbcbdd3f62022a9f37cfb74df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:37:14 +0200 Subject: [PATCH] Start building against Spring Integration 6.1.0 snapshots See gh-35314 --- 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 750cd358a78..754d4adb0b3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1436,7 +1436,7 @@ bom { ] } } - library("Spring Integration", "6.1.0-RC1") { + library("Spring Integration", "6.1.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"