From eccf8bd49dbddb47794add8f4f571e639b28db57 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 18 Sep 2020 16:58:12 -0700 Subject: [PATCH] Upgrade to Spring Session BOM 2020.0.0-RC1. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5543f0f1..d2d95bbf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ springBootVersion=2.4.0-M3 springDataGeodeVersion=2.4.0-RC1 springDataGeodeTestVersion=0.0.19.RELEASE springDataReleaseTrainVersion=2020.0.0-RC1 -springSessionBomVersion=2020.0.0-M1 +springSessionBomVersion=2020.0.0-RC1 springSessionDataGeodeVersion=2.4.0-RC1 springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.3