From 8471e965c33451abdfd7a4b62c0cb33594895bcf Mon Sep 17 00:00:00 2001 From: John Blum Date: Sat, 22 Feb 2020 23:25:10 -0800 Subject: [PATCH] Upgrade to Spring Boot 2.3.0.M2. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f9aea1b..3518c32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pivotalGemFireVersion=9.9.1 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. springVersion=5.2.4.BUILD-SNAPSHOT -springBootVersion=2.3.0.M1 +springBootVersion=2.3.0.M2 springDataCommonsVersion=2.3.0.BUILD-SNAPSHOT springDataGemFireVersion=2.3.0.BUILD-SNAPSHOT springDataGeodeVersion=2.3.0.BUILD-SNAPSHOT