From c80e9f7fc47f4446407e50530d5a52cc0ba370b8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Jan 2020 10:13:40 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.3.0.M1 Closes gh-19650 --- 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 3c26f7fe46..c794d6a8b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1620,7 +1620,7 @@ bom { ] } } - library("Spring Integration", "5.3.0.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.0.M1") { group("org.springframework.integration") { modules = [ "spring-integration-http" {