From 14d12da5a446e641dd7450bfd956eeb621808a2a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Mar 2023 21:33:01 +0000 Subject: [PATCH] Upgrade to Spring Integration 6.0.4 Closes gh-34542 --- 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 c9ab4600a7..a41ac7fded 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.4-SNAPSHOT") { + library("Spring Integration", "6.0.4") { group("org.springframework.integration") { imports = [ "spring-integration-bom"