From acdfa31f5a452f7d1b954c21d13272338e07f846 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 08:05:45 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.10 Closes gh-30175 --- 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 65fa30153d..75eff4e1ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Integration", "5.5.10-SNAPSHOT") { + library("Spring Integration", "5.5.10") { group("org.springframework.integration") { imports = [ "spring-integration-bom"