From dd615fd9dd857f00fe028b2c1a627976f3527407 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 21:37:39 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.3.2 Closes gh-22389 --- 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 abe9e766a6..17f8513147 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1674,7 +1674,7 @@ bom { ] } } - library("Spring Integration", "5.3.2.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.2.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"