From da404e12fce69cb5b5283c4cc8c77348d17f9a1d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 08:36:44 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.9 Closes gh-29964 --- 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 3d60d70a58..7acbd8ded5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1678,7 +1678,7 @@ bom { ] } } - library("Spring Integration", "5.5.8") { + library("Spring Integration", "5.5.9") { group("org.springframework.integration") { imports = [ "spring-integration-bom"