From fc00c4006aab015f211fc67c47a2e0451162ef63 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Nov 2023 18:19:47 +0000 Subject: [PATCH] Upgrade to Spring Integration 6.2.0 Closes gh-38315 --- 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 a3b22ebc61e..1768b5b755a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1550,7 +1550,7 @@ bom { ] } } - library("Spring Integration", "6.2.0-SNAPSHOT") { + library("Spring Integration", "6.2.0") { considerSnapshots() group("org.springframework.integration") { imports = [