From 14c88b3c04ec9eb166c14c521dc86de6b2225e28 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 29 Apr 2020 20:21:49 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.3.0.RC1 Closes gh-20951 --- 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 29ce03478c..bb59088100 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1644,7 +1644,7 @@ bom { ] } } - library("Spring Integration", "5.3.0.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.0.RC1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"