From 8fcba2c333173219f2775e16422ea0917f1d5e33 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 12:43:29 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.0 snapshots See gh-26388 --- 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 7888f04691..668c22570b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1664,7 +1664,7 @@ bom { ] } } - library("Spring Integration", "5.5.0-RC1") { + library("Spring Integration", "5.5.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"