From 1ff711d92f7f47b940bfc3e9337e966a30abfbb3 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 28 Apr 2021 07:59:56 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.3.10.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5af9b974..da7031a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.7 springVersion=5.2.14.RELEASE -springBootVersion=2.3.10.BUILD-SNAPSHOT +springBootVersion=2.3.10.RELEASE springDataGemFireVersion=2.3.7.RELEASE springDataGeodeVersion=2.3.7.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE