From ccd23f14d1bfa1655383af4f01289c081855fbea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Feb 2023 20:42:07 +0000 Subject: [PATCH] Start building against Spring Integration 6.1.0-M1 snapshots See gh-34308 --- 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 d86c4a63fa..99f86a29f3 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.0.2") { + library("Spring Integration", "6.1.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"