From e32d701e76f0e861a303598503832870d0a4261b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 May 2020 11:48:24 +0200 Subject: [PATCH] Start building against Spring Integration 5.3.0 snapshots See 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 036b937cd0..1746145f87 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.RC1") { + library("Spring Integration", "5.3.0.BUILD-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"