From e377a59f515ae1c7b3034081b257b1d42a073ada Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:23:58 +0200 Subject: [PATCH] Start building against Spring Integration 5.4.10 snapshots See gh-27598 --- 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 2cd5a7f65d..cbbe9ce647 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Integration", "5.4.9") { + library("Spring Integration", "5.4.10-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"