From 896d2c857977c591014d2665a7130e3dede95c61 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Mar 2020 09:28:48 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.3.0.M3 Closes gh-20489 --- 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 b9830c2acaf..9ee50d85320 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1637,7 +1637,7 @@ bom { ] } } - library("Spring Integration", "5.3.0.M2") { + library("Spring Integration", "5.3.0.M3") { group("org.springframework.integration") { imports = [ "spring-integration-bom"