From 245c6c97ec44be8860e93840425a9c219dad8be5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Apr 2022 08:09:00 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.11 Closes gh-30702 --- 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 d1302ae36d..c310930017 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1713,7 +1713,7 @@ bom { ] } } - library("Spring Integration", "5.5.11-SNAPSHOT") { + library("Spring Integration", "5.5.11") { group("org.springframework.integration") { imports = [ "spring-integration-bom"