From 1f0127036cb57f6c450d4423117c13938e6a2919 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Apr 2021 17:26:54 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.4.6 Closes gh-26113 --- 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 96fdd37ed0..fa9436b8ba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1579,7 +1579,7 @@ bom { ] } } - library("Spring Integration", "5.4.5") { + library("Spring Integration", "5.4.6") { group("org.springframework.integration") { imports = [ "spring-integration-bom"