From 06ccdc13999ad23293fa3475f6dbe2f4cf04eebf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Feb 2023 21:06:29 +0000 Subject: [PATCH] Upgrade to Spring Integration 6.0.3 Closes gh-34039 --- 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 6f74d1bdd6d..28773ede26b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1377,7 +1377,7 @@ bom { ] } } - library("Spring Integration", "6.0.3-SNAPSHOT") { + library("Spring Integration", "6.0.3") { group("org.springframework.integration") { imports = [ "spring-integration-bom"