From e590a9f940fc7cb4b93dcba4a23107606bb04086 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:22 +0200 Subject: [PATCH] Upgrade to Spring Session Bom 2021.0.1 Closes gh-27285 --- 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 2c3067c619..8a93eba2e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Session Bom", "2021.0.0") { + library("Spring Session Bom", "2021.0.1") { group("org.springframework.session") { imports = [ "spring-session-bom"