From 122f5afd42f9d645c95cfacf4ee3ace75930ae05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Jun 2020 09:58:02 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.3.1 Closes gh-21779 --- 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 d47655035c..6d481e96cf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1693,7 +1693,7 @@ bom { ] } } - library("Spring Integration", "5.3.1.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.1.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"