From 3731655b345a8ebd3665118fb357d6cda822bc02 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Apr 2022 18:35:52 +0200 Subject: [PATCH] Upgrade to Spring Session 2021.1.3 Closes gh-30603 --- 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 4890afe105..0be2f0c4af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1765,7 +1765,7 @@ bom { ] } } - library("Spring Session Bom", "2021.1.3-SNAPSHOT") { + library("Spring Session Bom", "2021.1.3") { group("org.springframework.session") { imports = [ "spring-session-bom"