From b3c1a8b2daa9c67c12c810b5f76fb41667f90f7d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Apr 2022 08:09:55 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.11 Closes gh-30704 --- 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 1454415eba..069feb85e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Integration", "5.5.11-SNAPSHOT") { + library("Spring Integration", "5.5.11") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }