From c7487749de7352f906b82814b087296440e191e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 16:53:54 +0100 Subject: [PATCH 1/3] Upgrade to Spring Session 2021.1.1 Closes gh-28974 --- 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 6ddd4a4a84c..b6cda10266e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1714,7 +1714,7 @@ bom { ] } } - library("Spring Session Bom", "2021.1.1-SNAPSHOT") { + library("Spring Session Bom", "2021.1.1") { group("org.springframework.session") { imports = [ "spring-session-bom" From 369046c37daeb30a899e196d6949980d83d999cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 17:09:38 +0100 Subject: [PATCH 2/3] Upgrade to Spring Integration 5.5.7 Closes gh-28966 --- 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 3b234f5fe81..7e74cd1185d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.5.7-SNAPSHOT") { + library("Spring Integration", "5.5.7") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 61c978e835515995e7957756f19c83d2eba23bd3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 17:11:43 +0100 Subject: [PATCH 3/3] Upgrade to Spring Integration 5.5.7 Closes gh-28975 --- 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 b6cda10266e..baf06919834 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Integration", "5.5.7-SNAPSHOT") { + library("Spring Integration", "5.5.7") { group("org.springframework.integration") { imports = [ "spring-integration-bom"