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