From e5ef75c38ebc60bb4b3f7a175e62cff2a32e74a5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 27 Jul 2020 21:12:41 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 2.1.17.BUILD-SNAPSHOT. Set version to 1.1.10.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index d472c6fb..4ea2c60c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ mockitoVersion=3.4.4 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.5.4 springVersion=5.1.17.RELEASE -springBootVersion=2.1.16.RELEASE +springBootVersion=2.1.17.BUILD-SNAPSHOT springDataGemFireVersion=2.1.19.RELEASE springDataGeodeVersion=2.1.19.RELEASE springDataGeodeTestVersion=0.0.8.RELEASE @@ -14,4 +14,4 @@ springSessionBomVersion=Bean-SR11 springSessionDataGeodeVersion=2.1.10.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.3 -version=1.1.9.RELEASE +version=1.1.10.BUILD-SNAPSHOT