From 3a35939a9142896d87f60b62c57a5039cc9f0bbd Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Sep 2020 17:58:44 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.3.4.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 85ed58d3..481e8b67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.2 springVersion=5.2.9.RELEASE -springBootVersion=2.3.4.BUILD-SNAPSHOT +springBootVersion=2.3.4.RELEASE springDataGemFireVersion=2.3.3.RELEASE springDataGeodeVersion=2.3.3.RELEASE springDataGeodeTestVersion=0.0.18.RELEASE