From aba3b1dc5ffb5f48ce1e5670553ca251c008b7d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:12:33 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.8 Closes gh-29320 --- 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 1effadb914..86e0b5cfe7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Integration", "5.5.8-SNAPSHOT") { + library("Spring Integration", "5.5.8") { group("org.springframework.integration") { imports = [ "spring-integration-bom"