From 1508e3cec81ad1f3edc630b8b3a0e607c2c3a563 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Mar 2023 21:16:25 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.5.17 Closes gh-34722 --- 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 044820b92c..ba9c4ed6b1 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.16") { + library("Spring Integration", "5.5.17") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6"