From e51944c133a623feb508a8db9424255d17d8d2d4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 11 Jun 2021 13:36:18 -0700 Subject: [PATCH] Upgrade to Spring Session BOM Dragonfruit-SR3. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 090759c..6a648fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,6 +19,6 @@ springDataGeodeVersion=2.3.9.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE springDataReleaseTrainVersion=Neumann-SR9 springSessionVersion=2.3.3.RELEASE -springSessionBomVersion=Dragonfruit-SR2 +springSessionBomVersion=Dragonfruit-SR3 springShellVersion=1.2.0.RELEASE version=2.3.6.BUILD-SNAPSHOT