From 3e47b6e2b12b54126d2e47c132c46733b53b5a02 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 07:38:04 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.4.10 Closes gh-27598 --- 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 76b332536d..92e181e361 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Integration", "5.4.10-SNAPSHOT") { + library("Spring Integration", "5.4.10") { group("org.springframework.integration") { imports = [ "spring-integration-bom"