From 2baee899714761967362da5a376ead12dddf2547 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 16:10:15 +0200 Subject: [PATCH] Upgrade to Spring Session 2020.0.6 Closes gh-27599 --- 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 ec79868635a..f3790b01231 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { } } } - library("Spring Session Bom", "2020.0.6-SNAPSHOT") { + library("Spring Session Bom", "2020.0.6") { group("org.springframework.session") { imports = [ "spring-session-bom"