From 666c016ec7abc0621f21c342d841a777d1d03df6 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 24 Jan 2020 20:15:35 -0800 Subject: [PATCH] Upgrade to Spring Boot 2.2.4.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 008bcd83..957e61dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ mockitoVersion=3.2.4 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.4 springVersion=5.2.3.RELEASE -springBootVersion=2.2.4.BUILD-SNAPSHOT +springBootVersion=2.2.4.RELEASE springDataGemFireVersion=2.2.4.RELEASE springDataGeodeVersion=2.2.4.RELEASE springDataGeodeTestVersion=0.0.12.RELEASE