From dc7c1f246f4b0689ebdaf7655b2cc34b56909104 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 08:07:11 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.10 Closes gh-30193 --- 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 08a7568b2b..026b1fa528 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1712,7 +1712,7 @@ bom { ] } } - library("Spring Integration", "5.5.10-SNAPSHOT") { + library("Spring Integration", "5.5.10") { group("org.springframework.integration") { imports = [ "spring-integration-bom"