From b9cf951423efe5edab9e9c1ee44f7a339c2728c1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jul 2022 09:16:59 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.14 Closes gh-31800 --- 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 7afe57e1b3d..cec2d90faa9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Integration", "5.5.13") { + library("Spring Integration", "5.5.14") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }