From b473ffdea2b53a1fc7ee46f0b6c304f03333d3ed Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Nov 2023 08:27:40 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.5.20 Closes gh-38491 --- 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 32b68185ccd..ff7793e5b46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1787,7 +1787,7 @@ bom { ] } } - library("Spring Integration", "5.5.19") { + library("Spring Integration", "5.5.20") { considerSnapshots() prohibit { versionRange "[6.0.0-M1,)"