From 2786b3dd66d9c4e8e854ea049a67725055559d8a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:25:36 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.4.2 Closes gh-24442 --- 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 f3ee0b22afd9..a2dd31d7a9a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring Integration", "5.4.1") { + library("Spring Integration", "5.4.2") { group("org.springframework.integration") { imports = [ "spring-integration-bom"