From 56a2634990d4bad60be5ab2032f43d92f288eb17 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Feb 2021 07:53:12 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.0-M2 snapshots See gh-25294 --- 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 56477350a8d..465cd2afd12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring Integration", "5.5.0-M1") { + library("Spring Integration", "5.5.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"