From 2f46928f8482cc5235e04147a5d2b039b2f300f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 May 2022 08:58:50 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.12 Closes gh-31062 --- 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 632679b318..22f6aac992 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Integration", "5.5.12-SNAPSHOT") { + library("Spring Integration", "5.5.12") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }