From 98bc8e711d0967b846f9b48e16920c38ad9bcdb5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:52:12 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.5 snapshots See gh-28249 --- 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 ef725815dc8a..0d5b1984fd97 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.4") { + library("Spring Integration", "5.5.5-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"