From 7c62a6ad3df6dc76972d0936d4666cf00151b08a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 May 2023 08:55:01 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.1.0 Closes gh-35314 --- 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 715d4c30c9..27b99a59cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1436,7 +1436,7 @@ bom { ] } } - library("Spring Integration", "6.1.0-SNAPSHOT") { + library("Spring Integration", "6.1.0") { group("org.springframework.integration") { imports = [ "spring-integration-bom"