From 0053fb78718666654dd772cc3c56912370544d3c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Nov 2020 19:28:49 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.3.4.RELEASE Closes gh-24096 --- 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 cd1fb5810c..9563861338 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.3.4.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.4.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"