From a1099e61e63b91843ff25d6d31b726015c3f15c7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Apr 2022 18:36:49 +0200 Subject: [PATCH] Upgrade to Spring Session 2021.2.0-RC1 Closes gh-30611 --- 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 0f5e04e194..14cd26e226 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 Session Bom", "2021.2.0-SNAPSHOT") { + library("Spring Session Bom", "2021.2.0-RC1") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }