From e7b3114db7841e531584462a260b28e917f3ad8f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Oct 2022 07:52:21 +0200 Subject: [PATCH] Upgrade to Spring Session 2022.0.0-RC1 Closes gh-32606 --- 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 eab988af61..abf51331ff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1497,7 +1497,7 @@ bom { ] } } - library("Spring Session Bom", "2022.0.0-SNAPSHOT") { + library("Spring Session Bom", "2022.0.0-RC1") { group("org.springframework.session") { imports = [ "spring-session-bom"