From f1f43e8577e919696e14da8fc2a2b5a9ed83eb64 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:54:25 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.7 snapshots See gh-28966 --- 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 bd7da4666ccc..6758ca38f492 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1686,7 +1686,7 @@ bom { ] } } - library("Spring Integration", "5.5.6") { + library("Spring Integration", "5.5.7-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"