From 26d12a4730f571d4726e90f2d78ef56eb9e1afd5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 15 Jun 2021 22:20:01 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 2.3.13.BUILD-SNAPSHOT. Set version to 1.3.13.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1fa98da0..fd9836a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.2 pivotalGemFireVersion=9.10.7 springVersion=5.2.15.RELEASE -springBootVersion=2.3.12.RELEASE +springBootVersion=2.3.13.BUILD-SNAPSHOT springDataGemFireVersion=2.3.9.RELEASE springDataGeodeVersion=2.3.9.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE @@ -18,4 +18,4 @@ springSessionBomVersion=Dragonfruit-SR3 springSessionDataGeodeVersion=2.3.6.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.15.3 -version=1.3.12.RELEASE +version=1.3.13.BUILD-SNAPSHOT