From 8e35d6a5fc5bc690699fa704d6c492f7f5652af3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Mar 2021 07:55:06 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.4.5 Closes gh-25646 --- 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 a47d1ba2193..28ed34fef25 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.4") { + library("Spring Integration", "5.4.5") { group("org.springframework.integration") { imports = [ "spring-integration-bom"