From 80cd96a892285a948382e012ff92b0bbb71f8ab0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 14:02:32 +0200 Subject: [PATCH] Start building against Spring Integration 5.3.2 snapshots See 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 ac614518cd1..2d0ff14df4b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring Integration", "5.3.1.RELEASE") { + library("Spring Integration", "5.3.2.BUILD-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"