From 9972c4030bea6954cb41c695de52b89bf37272d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:43:28 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.18 Closes gh-35498 --- 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 c3dd406c49..6cea51c9f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Integration", "5.5.12") { + library("Spring Integration", "5.5.18") { group("org.springframework.integration") { imports = [ "spring-integration-bom"