From b20fdd6ea83f03bb95c2576640cf8acef807457f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jul 2021 13:02:59 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.2 snapshots See gh-27174 --- 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 2b920cb9004..c6631a74c80 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring Integration", "5.5.0") { + library("Spring Integration", "5.5.2-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"