From ca618e84d3951f3862db8cc281b494c344dfc4f1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Apr 2023 08:07:58 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.0.5 Closes gh-35012 --- 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 59e3baec46..952cf1e167 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1377,7 +1377,7 @@ bom { ] } } - library("Spring Integration", "6.0.5-SNAPSHOT") { + library("Spring Integration", "6.0.5") { group("org.springframework.integration") { imports = [ "spring-integration-bom"