From bf855cf0532860e4c40edd0766626e7c1dcc7315 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:22:26 -0800 Subject: [PATCH] Upgrade to Spring Integration 6.0.1 Closes gh-33605 --- 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 70918678f67b..6c45744f9974 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.1-SNAPSHOT") { + library("Spring Integration", "6.0.1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"