From 20397ad7823e96ac4413660b365d6cfa446d66a4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Nov 2022 15:28:18 +0000 Subject: [PATCH] Upgrade to Spring Integration 6.0.0 Closes gh-33146 --- 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 bb8cc298b6..9b073d7119 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1379,7 +1379,7 @@ bom { ] } } - library("Spring Integration", "6.0.0-SNAPSHOT") { + library("Spring Integration", "6.0.0") { group("org.springframework.integration") { imports = [ "spring-integration-bom"