From 7a803471b5792db9a44e850aa100da74f7ef2968 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Sep 2023 11:24:06 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.2.0-M3 Closes 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 9b1fff55b1..58cd2f2494 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-SNAPSHOT") { + library("Spring Integration", "6.2.0-M3") { considerSnapshots() group("org.springframework.integration") { imports = [