From cb5330fd116b9e6dc23345fa1d343c4aa8de1103 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:57:04 +0200 Subject: [PATCH] Upgrade to Spring Session Bom 2021.2.2 Closes gh-35731 --- 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 055e209b53..04afe2dd91 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.2-SNAPSHOT") { + library("Spring Session Bom", "2021.2.2") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"