From 9b1660a111c6ab0df51249e5416f6f62a437d339 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 08:42:27 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.5 Closes gh-28249 --- 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 23aef8f021b5..148fc4b52610 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Integration", "5.5.5-SNAPSHOT") { + library("Spring Integration", "5.5.5") { group("org.springframework.integration") { imports = [ "spring-integration-bom"