From 0106e35b6139ecd65bb5c4e836d77fa6dca89968 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 09:42:46 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.7 Closes gh-29242 --- 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 0015591a84d..02e257bdc99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1681,7 +1681,7 @@ bom { ] } } - library("Spring Integration", "5.5.6") { + library("Spring Integration", "5.5.7") { group("org.springframework.integration") { imports = [ "spring-integration-bom"