From 1ae4691a98920b5907c0ffec31d57a38790b4d81 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 11:11:50 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.6 snapshots See gh-28521 --- 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 c18e57c0c52d..a16b76d9291e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Integration", "5.5.5") { + library("Spring Integration", "5.5.6-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"