From 50a258a9ec4a7d146ac09bc839f7ebd89b348ff9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 11:30:43 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.4.4 Closes gh-25289 --- 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 fc304d1a5dcf..6645efed6cc8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1579,7 +1579,7 @@ bom { ] } } - library("Spring Integration", "5.4.4-SNAPSHOT") { + library("Spring Integration", "5.4.4") { group("org.springframework.integration") { imports = [ "spring-integration-bom"