From be88b62302feb414cdc201c55fea936cb4fed65a Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 12 Apr 2022 17:22:46 +0200 Subject: [PATCH] Switch to Spring Session SNAPSHOTs See gh-30639 --- 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 a4f3dc6b8c4..9304e646d5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1432,7 +1432,7 @@ bom { ] } } - library("Spring Session Bom", "2022.0.0-M1") { + library("Spring Session Bom", "2022.0.0-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"