From 271059cd233ba7d4b986038ad679cac32c2cc70a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jul 2023 07:42:35 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.1.2 Closes gh-36404 --- 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 5854c084ae..8d4feee345 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1415,7 +1415,7 @@ bom { ] } } - library("Spring Integration", "6.1.2-SNAPSHOT") { + library("Spring Integration", "6.1.2") { group("org.springframework.integration") { imports = [ "spring-integration-bom"