From 00989f5ce7fa24061ac3a0e561a168d08cacf673 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 10 Aug 2021 08:35:25 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.3 snapshots See gh-27611 --- 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 5736a03a8c..c5b87b7ac2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1680,7 +1680,7 @@ bom { ] } } - library("Spring Integration", "5.5.2") { + library("Spring Integration", "5.5.3-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"