From 8f12295e9bf19977e37cc9529cbd348956425ce0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 07:38:49 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.3 Closes gh-27604 --- 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 fee0bbd493c4..4f9262bb96fa 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.3-SNAPSHOT") { + library("Spring Integration", "5.5.3") { group("org.springframework.integration") { imports = [ "spring-integration-bom"