From 776ccf77a732495b8b4d3106383456f4e9824ef0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 16:17:52 +0100 Subject: [PATCH] Upgrade to Spring Session 2021.0.5 Closes gh-29715 --- 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 431ad4add3..55118e9206 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1744,7 +1744,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.5-SNAPSHOT") { + library("Spring Session Bom", "2021.0.5") { group("org.springframework.session") { imports = [ "spring-session-bom"