From 5aa1e683c02630ce432fc602d7ddb5c791c8c384 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 7 Apr 2021 16:05:40 +0200 Subject: [PATCH] Start building against Spring Session 2020.0.4 snapshots See gh-25912 --- 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 40bf601160..c1a29987e0 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.3") { + library("Spring Session Bom", "2020.0.4-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"