From 89b547565ee34dfd4128c28d264bfb6e3ccf40d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:25:31 +0200 Subject: [PATCH] Upgrade to Spring Session 2022.0.0-M3 Closes gh-32427 --- 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 09782e7b75d..4fe2b3609af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1483,7 +1483,7 @@ bom { ] } } - library("Spring Session Bom", "2022.0.0-SNAPSHOT") { + library("Spring Session Bom", "2022.0.0-M3") { group("org.springframework.session") { imports = [ "spring-session-bom"