From 55a0152fe5404675a35a9da9f084f5755052f430 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 15:26:27 +0200 Subject: [PATCH] Start building against Spring Integration 5.3.3 snapshots See gh-23780 --- 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 be6155a186f..b880ad587c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.3.2.RELEASE") { + library("Spring Integration", "5.3.3.BUILD-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"