diff --git a/gradle.properties b/gradle.properties index e8472802..dbadf939 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ mockitoVersion=3.1.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.4 springVersion=5.2.0.RELEASE -springBootVersion=2.2.0.RC1 +springBootVersion=2.2.0.BUILD-SNAPSHOT springDataGemFireVersion=2.2.0.RELEASE springDataGeodeVersion=2.2.0.RELEASE springDataGeodeTestVersion=0.0.9.RELEASE @@ -14,4 +14,4 @@ springSessionBomVersion=Corn-RC1 springSessionDataGeodeVersion=2.2.0.RC1 springShellVersion=1.2.0.RELEASE testcontainersVersion=1.11.3 -version=1.2.0.RC1 +version=1.2.0.BUILD-SNAPSHOT