From 932c203e061d527f4c1c63cf8c0091032ef3756b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 19:20:04 +0000 Subject: [PATCH] Upgrade to Spring Session Bom 2021.2.1 Closes gh-34533 --- 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 a033e016521c..aa6b5ae93902 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1843,7 +1843,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.1-SNAPSHOT") { + library("Spring Session Bom", "2021.2.1") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"