From fb2ed6076fb53c3468ae6acb1df51878af7edf07 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 15:55:57 +0200 Subject: [PATCH] Upgrade to Spring Session 2020.0.5 Closes gh-26964 --- 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 9c4b11df15..17029b7a1b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1631,7 +1631,7 @@ bom { ] } } - library("Spring Session Bom", "2020.0.5-SNAPSHOT") { + library("Spring Session Bom", "2020.0.5") { group("org.springframework.session") { imports = [ "spring-session-bom"