From d481a75bebe6148d2d0092a3a08112a5cece3720 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 08:41:31 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.4 snapshots See gh-27949 --- 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 ec1ae84d9daa..dd6367fa0fcd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Integration", "5.5.3") { + library("Spring Integration", "5.5.4-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"