From d28982f3bd77466ab3f4253e4d91522262dcba52 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Sep 2023 11:05:55 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.5.19 Closes gh-37251 --- 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 ce0736352b..124f6c632e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1795,7 +1795,7 @@ bom { ] } } - library("Spring Integration", "5.5.19-SNAPSHOT") { + library("Spring Integration", "5.5.19") { considerSnapshots() prohibit { versionRange "[6.0.0-M1,)"