From 99ed2978153b0b92a3f475408198f52bf93e03f3 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 14 Apr 2021 13:31:53 -0700 Subject: [PATCH] Upgrade to Spring Data Neumann-SR9. Upgrade to Spring Data Commons 2.3.9.RELEASE. Upgrade to Spring Data for Aapche Geode & VMware Tanzu (Pivotal) GemFire 2.3.9.RELEASE. Upgrade to Spring Data Release Train (BOM) Neumann-SR9. --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 29c4687..19f9bde 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.14.RELEASE springBootVersion=2.3.9.RELEASE -springDataCommonsVersion=2.3.7.RELEASE -springDataGemFireVersion=2.3.7.RELEASE -springDataGeodeVersion=2.3.7.RELEASE +springDataCommonsVersion=2.3.9.RELEASE +springDataGemFireVersion=2.3.9.RELEASE +springDataGeodeVersion=2.3.9.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE -springDataReleaseTrainVersion=Neumann-SR7 +springDataReleaseTrainVersion=Neumann-SR9 springSessionVersion=2.3.3.BUILD-SNAPSHOT springSessionBomVersion=Dragonfruit-SR2 springShellVersion=1.2.0.RELEASE