From de2eb08ee36cc3e0c4bf296ef6219762777b0cb3 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 22 Feb 2021 14:10:10 -0800 Subject: [PATCH] Upgrade to Spring Data Neumann-SR7. Upgrade to Spring Data Commons 2.3.7.RELEASE. Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.3.7.RELEASE. Upgrade to Spring Data Release Train (BOM) Neumann-SR7. --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7f878bf..a30002c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,11 +12,11 @@ pivotalGemFireVersion=9.10.6 # The other Spring version properties are for overriding/testing purposes. springVersion=5.2.13.RELEASE springBootVersion=2.3.9.RELEASE -springDataCommonsVersion=2.3.6.RELEASE -springDataGemFireVersion=2.3.6.RELEASE -springDataGeodeVersion=2.3.6.RELEASE +springDataCommonsVersion=2.3.7.RELEASE +springDataGemFireVersion=2.3.7.RELEASE +springDataGeodeVersion=2.3.7.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE -springDataReleaseTrainVersion=Neumann-SR6 +springDataReleaseTrainVersion=Neumann-SR7 springSessionVersion=2.3.2.BUILD-SNAPSHOT springSessionBomVersion=Dragonfruit-SR1 springShellVersion=1.2.0.RELEASE