From c7487749de7352f906b82814b087296440e191e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 16:53:54 +0100 Subject: [PATCH] Upgrade to Spring Session 2021.1.1 Closes gh-28974 --- 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 6ddd4a4a84..b6cda10266 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1714,7 +1714,7 @@ bom { ] } } - library("Spring Session Bom", "2021.1.1-SNAPSHOT") { + library("Spring Session Bom", "2021.1.1") { group("org.springframework.session") { imports = [ "spring-session-bom"