From afff56a5f97eb11d12e5bd2fcd36bb8957e93ddf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 11:43:55 +0100 Subject: [PATCH] Upgrade to Spring Session Bom 2021.2.3 Closes gh-37928 --- 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 99c7fd66bb5..27745f8bc3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1867,7 +1867,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.2") { + library("Spring Session Bom", "2021.2.3") { considerSnapshots() prohibit { versionRange "[2022.0.0-M1,)"