From 292a07f5807df592f814f41ff608b6d516e8d1a6 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 9 Nov 2020 16:32:32 -0800 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 2.2.12.BUILD-SNAPSHOT. Set version to 1.2.12.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8a96d277..95780e09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ mockitoVersion=3.6.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.10 springVersion=5.2.10.RELEASE -springBootVersion=2.2.11.RELEASE +springBootVersion=2.2.12.BUILD-SNAPSHOT springDataGemFireVersion=2.2.11.RELEASE springDataGeodeVersion=2.2.11.RELEASE springDataGeodeTestVersion=0.0.14.RELEASE @@ -15,4 +15,4 @@ springSessionBomVersion=Corn-SR4 springSessionDataGeodeVersion=2.2.6.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.15.0 -version=1.2.11.RELEASE +version=1.2.12.BUILD-SNAPSHOT