From 4a310ff7b9ea02fc96bf10e865aef9b26dbc5983 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 19 May 2022 09:02:49 +0200 Subject: [PATCH] Upgrade to Spring Session Bom 2021.2.0 Closes gh-31021 --- 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 166188f8d1b..d8d6a345d39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1789,7 +1789,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.0-SNAPSHOT") { + library("Spring Session Bom", "2021.2.0") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }