From 6b650f8c45d9f619dabe5b4a9ec7bf94300fff67 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Nov 2020 21:25:09 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.4.1 Closes gh-24097 --- 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 9add55cf4a..f81d156d26 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1575,7 +1575,7 @@ bom { ] } } - library("Spring Integration", "5.4.0") { + library("Spring Integration", "5.4.1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"