From 5dcf5f879b9663df3e77754f657336d8ed4253b0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 7 Dec 2021 19:02:06 -0800 Subject: [PATCH] Upgrade to Spring Data Q. Upgrade to Spring Data BOM 2021.1.0 (Q). Upgrade to Spring Data Build 2.6.0. Upgrade to Spring Data for Apache Geode 2.6.0. Upgrade to Spring Data for VMware Tanzu (Pivotal) GemFire 2.6.0. --- gradle.properties | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index dce44fe..a5bdd24 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,8 +9,8 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.11 springVersion=5.3.13 springBootVersion=2.6.1 -springDataBomVersion=2021.0.7 -springDataGemFireVersion=2.5.7 -springDataGeodeVersion=2.5.7 +springDataBomVersion=2021.1.0 +springDataGemFireVersion=2.6.0 +springDataGeodeVersion=2.6.0 springShellVersion=1.2.0.RELEASE version=0.2.0-Q-SNAPSHOT diff --git a/pom.xml b/pom.xml index d1c7a73..00de1d3 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-parent - 2.5.7 + 2.6.0 org.springframework.data @@ -93,7 +93,7 @@ 9.10.11 5.3.13 2.6.1 - 2021.0.7 + 2021.1.0 1.2.0.RELEASE