From 0beb30bb5ae7e6b3256c80eb8f3e034b0ebb4157 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 19 Aug 2020 10:51:45 -0700 Subject: [PATCH] Upgrade to Spring Integration 5.4.0-SNAPSHOT See gh-23010 --- 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 45cf290dd4..d725e5d49b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Integration", "5.4.0-M2") { + library("Spring Integration", "5.4.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"