From 4e18da99a341ec0ad6e0aee760d5a48931b1e9c1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:18:15 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.15 Closes gh-32452 --- 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 720e9ac3ee7..9e73826a0a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Integration", "5.5.14") { + library("Spring Integration", "5.5.15") { group("org.springframework.integration") { imports = [ "spring-integration-bom"