From a2bdbf01b0172171702af0246e74a9d2fdb8a2ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Jun 2020 15:09:56 +0200 Subject: [PATCH] Start building against Spring Integration 5.3.1 snapshots See 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 98f9b5ec3e..bb18bc8e76 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.0.RELEASE") { + library("Spring Integration", "5.3.1.BUILD-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"