From 5a4b7b86d2e49eb07dc9027d4ca61eb57cb57a7a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 08:57:41 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.5 snapshots See gh-28259 --- 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 67b57454e8..c78c9aa538 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("Spring Integration", "5.5.4") { + library("Spring Integration", "5.5.5-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"