From 7d9b0cee39c9576bb6c35b4c4d407d176a75c385 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Sep 2023 10:17:52 +0100 Subject: [PATCH] Start building against Spring Integration 6.2.0 snapshots See gh-37233 --- 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 63cab2f447..e37ee9b9ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1552,7 +1552,7 @@ bom { ] } } - library("Spring Integration", "6.2.0-M2") { + library("Spring Integration", "6.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [