From 6984d803891a625cdc94448b3c8644f923e842df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:43:28 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.6 snapshots See gh-28513 --- 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 390e03f08bb6..6ab232e6dcc3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Integration", "5.5.5") { + library("Spring Integration", "5.5.6-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"