From cd43b4e805a1a57163dc5b2c9380e1b08110477d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 16:05:36 +0000 Subject: [PATCH] Start building against Spring Integration 6.0.3 snapshots See gh-34039 --- 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 34bebec5002..8da3ebfe7f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1377,7 +1377,7 @@ bom { ] } } - library("Spring Integration", "6.0.2") { + library("Spring Integration", "6.0.3-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"