From 7970bf243736569bb268d29ff23d747a1c177fa3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 Feb 2020 20:04:05 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.3.0.M2 Closes 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 3ef5119520b..3f98de8dd85 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1602,7 +1602,7 @@ bom { ] } } - library("Spring Integration", "5.3.0.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.0.M2") { group("org.springframework.integration") { modules = [ "spring-integration-http" {