From a3044945084b23cd4788c7b106ec17298b62934a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 15:17:50 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.3 snapshots See gh-27604 --- 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 fd0dbf4995..8a86adeae5 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.2") { + library("Spring Integration", "5.5.3-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"