From 7eb6cf71f6a61c7baaad8c4bf74ba077c1224a12 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:52:18 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.2 snapshots See gh-27166 --- 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 8c652047f4..c4c353a66a 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.1") { + library("Spring Integration", "5.5.2-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"