From 17c757c600e229aef481fd9a279c249fee20b126 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Jun 2022 20:38:19 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.13 Closes gh-31482 --- 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 86b1f0cadd..0ff8232531 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Integration", "5.5.12") { + library("Spring Integration", "5.5.13") { group("org.springframework.integration") { imports = [ "spring-integration-bom"