From 066cad2ff80a183f542f8d3e3ff016942d8927c6 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 18 May 2020 17:05:15 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.3.0.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1153b89..a721089 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pivotalGemFireVersion=9.10.0 # 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.6.RELEASE -springBootVersion=2.3.0.RC1 +springBootVersion=2.3.0.RELEASE springDataCommonsVersion=2.3.1.BUILD-SNAPSHOT springDataGemFireVersion=2.3.1.BUILD-SNAPSHOT springDataGeodeVersion=2.3.1.BUILD-SNAPSHOT