From 762fb53c2191dc5ea6484f959a555416fc485c3a Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 22 Nov 2022 21:13:43 +0100 Subject: [PATCH] Upgrade to Spring Session 3.0.0 Closes gh-33147 --- 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 164d14a5a9..c50a6e0f16 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1426,7 +1426,7 @@ bom { ] } } - library("Spring Session", "3.0.0-SNAPSHOT") { + library("Spring Session", "3.0.0") { group("org.springframework.session") { imports = [ "spring-session-bom"