From c54918e46d25d0ef1462e44ba63f731051822bc8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 24 Jun 2020 11:06:30 +0100 Subject: [PATCH] Start building against Spring Integration 5.4.0-M1 snapshots See gh-21931 --- 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 0d62ac72f9..a201e94fd3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1667,7 +1667,7 @@ bom { ] } } - library("Spring Integration", "5.3.0.RELEASE") { + library("Spring Integration", "5.4.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"