From f1c2dd61961f6b316c90185599e6ea2de4a5547a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 May 2020 07:34:45 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.3.0.RELEASE Closes gh-21385 --- 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 56a3113ae4..901369e7af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1647,7 +1647,7 @@ bom { ] } } - library("Spring Integration", "5.3.0.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.0.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"