From 5b66278540885f78e8d4fbf2090ebddcba728ee1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Jan 2021 16:35:18 -0800 Subject: [PATCH] Upgrade to Spring Boot 2.3.8.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 034fc2f6..0018e74e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.5 springVersion=5.2.12.RELEASE -springBootVersion=2.3.8.BUILD-SNAPSHOT +springBootVersion=2.3.8.RELEASE springDataGemFireVersion=2.3.6.RELEASE springDataGeodeVersion=2.3.6.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE