From da8a8b97123bf20efd4f9b623383f18d76f9067c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:52:51 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.4.3 Closes gh-24701 --- 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 8d9f411752b9..846e8db518d7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring Integration", "5.4.3-SNAPSHOT") { + library("Spring Integration", "5.4.3") { group("org.springframework.integration") { imports = [ "spring-integration-bom"