From d5debb1d3d13f12220a2b1f52f4a0aed9ce109fa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:22:25 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.15 Closes gh-32453 --- 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 9c1e53864952..badd2127329b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1712,7 +1712,7 @@ bom { ] } } - library("Spring Integration", "5.5.14") { + library("Spring Integration", "5.5.15") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }