From 88cd5beeb2d5270d967d45b9c1be0cc8dbd1f448 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 15 Jun 2021 17:40:48 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.3.12.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 45bc42af..beaf4781 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.2 pivotalGemFireVersion=9.10.7 springVersion=5.2.15.RELEASE -springBootVersion=2.3.12.BUILD-SNAPSHOT +springBootVersion=2.3.12.RELEASE springDataGemFireVersion=2.3.9.RELEASE springDataGeodeVersion=2.3.9.RELEASE springDataGeodeTestVersion=0.0.20.RELEASE