From 0d4450398052fefe6eb1e1b45d23e5ffe908646f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 16:11:05 +0200 Subject: [PATCH] Upgrade to Spring Session 2021.0.2 Closes gh-27605 --- 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 752758b51dc1..6d97a56cfce6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1727,7 +1727,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.2-SNAPSHOT") { + library("Spring Session Bom", "2021.0.2") { group("org.springframework.session") { imports = [ "spring-session-bom"