From dfe91be885a8623db1093d6a823605a5bc5159fd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 20 Jul 2021 19:14:21 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.2 Closes gh-27166 --- 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 0819854a7df..2b656029704 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Integration", "5.5.2-SNAPSHOT") { + library("Spring Integration", "5.5.2") { group("org.springframework.integration") { imports = [ "spring-integration-bom"