From 5cd9b7f79d109f1d42e868851af203cfdb67f288 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Sep 2021 20:53:42 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.4 Closes gh-27950 --- 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 72518696e66..f664966a233 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("Spring Integration", "5.5.4-SNAPSHOT") { + library("Spring Integration", "5.5.4") { group("org.springframework.integration") { imports = [ "spring-integration-bom"