From 9dcc49538ecbe0094461b76119429a6ceb6bd39f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:22 -0800 Subject: [PATCH] Upgrade to Spring Integration 5.5.16 Closes gh-33581 --- 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 a14d37efba..2d1fe482c7 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.15") { + library("Spring Integration", "5.5.16") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }