From bf21fa8e76fa5c1626b3bf68978b62ade99430c1 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Dec 2023 21:22:27 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.2.1 Closes gh-38698 --- 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 3c1c50f543bd..134b57e57d8c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1554,7 +1554,7 @@ bom { ] } } - library("Spring Integration", "6.2.1-SNAPSHOT") { + library("Spring Integration", "6.2.1") { considerSnapshots() group("org.springframework.integration") { imports = [