From 05f1231a876c471cd4a37428e5f95842b6645fe0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 12:14:52 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.5.0-M2 Closes gh-25294 --- 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 28436d8ac3..9b4fcb8ef2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring Integration", "5.5.0-SNAPSHOT") { + library("Spring Integration", "5.5.0-M2") { group("org.springframework.integration") { imports = [ "spring-integration-bom"