From 710a905187171844ab9da5809da5917f6d279791 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 10 Apr 2021 11:00:47 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.0-RC1 snapshots See gh-25929 --- 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 bf1bc66307..721405dff9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring Integration", "5.5.0-M3") { + library("Spring Integration", "5.5.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"