From 6e00022b2d264c017c7e8f1dc6393b0ed1c486c6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 4 Aug 2020 17:28:49 +0100 Subject: [PATCH] Start building against Spring Integration 5.4.0-M2 snapshots See gh-22729 --- 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 631b485558..99c1fb316e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Integration", "5.4.0-M1") { + library("Spring Integration", "5.4.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"