From b4a73be79a01955204eac7ef27621438c46d2fc7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 12 Jan 2021 16:02:16 -0800 Subject: [PATCH] Upgrade to Spring Data Neumann-SR6. Upgrade to Spring Data Commons 2.3.6.RELEASE. Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.6.RELEASE. Upgrade to Spring Data Release Train (BOM) Neumann-SR6. --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index e99a946..3dcb6ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,11 +12,11 @@ pivotalGemFireVersion=9.10.5 # The other Spring version properties are for overriding/testing purposes. springVersion=5.2.12.RELEASE springBootVersion=2.3.7.RELEASE -springDataCommonsVersion=2.3.5.RELEASE -springDataGemFireVersion=2.3.5.RELEASE -springDataGeodeVersion=2.3.5.RELEASE +springDataCommonsVersion=2.3.6.RELEASE +springDataGemFireVersion=2.3.6.RELEASE +springDataGeodeVersion=2.3.6.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE -springDataReleaseTrainVersion=Neumann-SR5 +springDataReleaseTrainVersion=Neumann-SR6 springSessionVersion=2.3.2.BUILD-SNAPSHOT springSessionBomVersion=Dragonfruit-SR1 springShellVersion=1.2.0.RELEASE