From 32d6b52980791bd4f95e5f1935e54bb6a6fcbeb1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:40:59 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.1 Closes gh-26974 --- 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 6f1ed90dd9..b81a9594c9 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.1-SNAPSHOT") { + library("Spring Integration", "5.5.1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"