From 5ac3343cc6c5b63bcce748504b36cefe79f15f0a Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 Jun 2019 15:41:23 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.1.6.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cb29ea4d..e0fdb7c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ mockitoVersion=2.28.2 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.5.3 springVersion=5.1.8.RELEASE -springBootVersion=2.1.4.RELEASE +springBootVersion=2.1.6.RELEASE springDataGemFireVersion=2.1.9.RELEASE springDataGeodeVersion=2.1.9.RELEASE springDataGeodeTestVersion=0.0.4.RELEASE