From c6f84e4ac29ddd739f0211034b6cebcd2efaf542 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 16 Jun 2020 13:16:03 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.2.8.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1ccb3756..af26ad90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ mockitoVersion=3.3.3 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.7 springVersion=5.2.7.RELEASE -springBootVersion=2.2.8.BUILD-SNAPSHOT +springBootVersion=2.2.8.RELEASE springDataGemFireVersion=2.2.7.RELEASE springDataGeodeVersion=2.2.7.RELEASE springDataGeodeTestVersion=0.0.14.RELEASE