From 31bcbe25e5a84be5f47d1a575f5b77a77a810d45 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 24 Jan 2020 20:02:52 -0800 Subject: [PATCH] Prepare next development iteration. Upgrade to Spring Boot 2.2.4.BUILD-SNAPSHOT. Set version to 1.2.4.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index fa200496..008bcd83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ mockitoVersion=3.2.4 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.4 springVersion=5.2.3.RELEASE -springBootVersion=2.2.3.RELEASE +springBootVersion=2.2.4.BUILD-SNAPSHOT springDataGemFireVersion=2.2.4.RELEASE springDataGeodeVersion=2.2.4.RELEASE springDataGeodeTestVersion=0.0.12.RELEASE @@ -15,4 +15,4 @@ springSessionBomVersion=Corn-RELEASE springSessionDataGeodeVersion=2.2.2.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.12.3 -version=1.2.3.RELEASE +version=1.2.4.BUILD-SNAPSHOT