From b7b467c1289476dd4e4055a37c286d5aec84cf88 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Apr 2023 14:56:12 +0200 Subject: [PATCH] Start building against Spring Integration 6.1.0-RC1 snapshots See gh-34973 --- 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 eff65b617d..a8f3a2b6b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1376,7 +1376,7 @@ bom { ] } } - library("Spring Integration", "6.1.0-M2") { + library("Spring Integration", "6.1.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"