From a053d207d636605e076f447e74f9e3cb991e3e9d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Feb 2020 08:56:44 +0100 Subject: [PATCH] Start building against Spring Integration 5.3 M2 snapshots See gh-20104 --- 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 c0d997c7d4..d971f4ddb6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1600,7 +1600,7 @@ bom { ] } } - library("Spring Integration", "5.3.0.M1") { + library("Spring Integration", "5.3.0.BUILD-SNAPSHOT") { group("org.springframework.integration") { modules = [ "spring-integration-http" {