From ee7426a55500bb9a3a86587899a11c1f279a265d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 08:21:14 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.9 Closes gh-29962 --- 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 b07933c632..431ad4add3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring Integration", "5.5.8") { + library("Spring Integration", "5.5.9") { group("org.springframework.integration") { imports = [ "spring-integration-bom"