From c166ba865c3c26458994a2d0e675771dbf36c970 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 22 Feb 2021 19:10:18 -0800 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 2.3.10.BUILD-SNAPSHOT. Set version to 1.3.10.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index dcfcb154..55ac693a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.6 springVersion=5.2.13.RELEASE -springBootVersion=2.3.9.RELEASE +springBootVersion=2.3.10.BUILD-SNAPSHOT springDataGemFireVersion=2.3.7.RELEASE springDataGeodeVersion=2.3.7.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE @@ -17,4 +17,4 @@ springSessionBomVersion=Dragonfruit-SR2 springSessionDataGeodeVersion=2.3.4.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.15.2 -version=1.3.9.RELEASE +version=1.3.10.BUILD-SNAPSHOT