From 140c14cefc1acd8218f7c6a89a9c73d01a45d1ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 08:56:33 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.11 snapshots See gh-30702 --- 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 af5a8f2fcb1c..9bdd210cab0e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1713,7 +1713,7 @@ bom { ] } } - library("Spring Integration", "5.5.10") { + library("Spring Integration", "5.5.11-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"