From c631f0439155ffa08b5a76e7f45790c411991553 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 19:23:36 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.18 Closes gh-35294 --- 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 f845d77ae7..ead8f25305 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1780,7 +1780,7 @@ bom { ] } } - library("Spring Integration", "5.5.18-SNAPSHOT") { + library("Spring Integration", "5.5.18") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6"