From 4d0e614f5f9abcce5e81705453f7f2a52b018a57 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 07:58:38 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.2.0-RC1 Closes gh-37711 --- 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 575906031d..a01ea428f3 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-RC1") { considerSnapshots() group("org.springframework.integration") { imports = [