From 589804000b8908940b4fb9ff91a65b8cd3729b89 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 08:06:25 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.10 Closes gh-30183 --- 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 5d5c1d9c8b43..caa8d3a88b87 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1713,7 +1713,7 @@ bom { ] } } - library("Spring Integration", "5.5.10-SNAPSHOT") { + library("Spring Integration", "5.5.10") { group("org.springframework.integration") { imports = [ "spring-integration-bom"