From a6350f230710ff24e41585cfc23108270c82cb45 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 14:00:18 +0100 Subject: [PATCH] Upgrade to Spring Session 2021.0.4 Closes gh-28965 --- 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 c6b661334151..4b555dda5b38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1740,7 +1740,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.4-SNAPSHOT") { + library("Spring Session Bom", "2021.0.4") { group("org.springframework.session") { imports = [ "spring-session-bom"