From d39144232f17f8d81b0b11abddf60fbb45efbee4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Oct 2022 10:34:12 +0200 Subject: [PATCH] Upgrade to Spring Session 3.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 7e4a8a6d2ac..00db9c25f50 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1504,7 +1504,7 @@ bom { ] } } - library("Spring Session Bom", "2022.0.0-SNAPSHOT") { + library("Spring Session Bom", "3.0.0-RC1") { group("org.springframework.session") { imports = [ "spring-session-bom"