From 57a65bc0dde02dd9568a46152fe38a9edffb402d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 09:37:17 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.0.7 Closes gh-37061 --- 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 283643546d6..b13d572c992 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1381,7 +1381,7 @@ bom { ] } } - library("Spring Integration", "6.0.7-SNAPSHOT") { + library("Spring Integration", "6.0.7") { group("org.springframework.integration") { imports = [ "spring-integration-bom"