From b69cf43ec0e68368b9f4dae674207d2dccc38ec4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Oct 2022 08:01:29 +0200 Subject: [PATCH] Revert "Upgrade to Spring Session 2022.0.0-RC1" This reverts commit e7b3114db7841e531584462a260b28e917f3ad8f. --- 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 abf51331fff..eab988af614 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-RC1") { + library("Spring Session Bom", "2022.0.0-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"