From dbab743018fb7528f593cec24d5c7f4fe5cfeba8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Apr 2023 09:59:04 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.1.0-RC1 Closes gh-34973 --- 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 2667df8167..e07e5917f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Spring Integration", "6.1.0-SNAPSHOT") { + library("Spring Integration", "6.1.0-RC1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"