From 1004617d2f12d9f62934a7352f6c1f5e44800d2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Feb 2021 06:53:37 +0100 Subject: [PATCH] Start building against Spring Integration 5.3.6 snapshots See gh-25283 --- 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 7231d348cf..0323cf0113 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1686,7 +1686,7 @@ bom { ] } } - library("Spring Integration", "5.3.5.RELEASE") { + library("Spring Integration", "5.3.6.BUILD-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"