From 919617ae61e237c23025f6da01a545acb914ae8c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 08:42:27 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.4 snapshots See gh-27950 --- 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 8394cd5e9e..a924fe2bbc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("Spring Integration", "5.5.3") { + library("Spring Integration", "5.5.4-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"