From 385e7dd61272f17f46b72795ccc9e3b1df40bc20 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 08:48:53 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.4.12 Closes gh-28612 --- 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 72386554a0..7c91bd0acd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1599,7 +1599,7 @@ bom { ] } } - library("Spring Integration", "5.4.11") { + library("Spring Integration", "5.4.12") { group("org.springframework.integration") { imports = [ "spring-integration-bom"