From f6c88840e08870f6d14022a4280c73d031a627ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Jun 2025 14:16:04 +0200 Subject: [PATCH] Upgrade to Spring Integration 6.3.11 Closes gh-45756 --- 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 39c002ca4b8..593a79e1516 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2194,7 +2194,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.3.11-SNAPSHOT") { + library("Spring Integration", "6.3.11") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")