From ac6583510365f73efef0268d342a18131e9033ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jul 2022 09:16:17 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.14 Closes gh-31799 --- 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 8813954de5..56d28c6b73 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Integration", "5.5.13") { + library("Spring Integration", "5.5.14") { group("org.springframework.integration") { imports = [ "spring-integration-bom"