From c2f8823e4ec350ed73880bde19471ebcc4263a57 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:13:28 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.8 Closes gh-29286 --- 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 a5e58c772d..89d971d381 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring Integration", "5.5.8-SNAPSHOT") { + library("Spring Integration", "5.5.8") { group("org.springframework.integration") { imports = [ "spring-integration-bom"