From 8df7aef1f78f2ef0037e092038b59536f7a48a19 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 18 May 2020 16:23:45 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.2.7.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 094a29b..2863ad8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ pivotalGemFireVersion=9.8.7 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. springVersion=5.2.6.RELEASE -springBootVersion=2.2.6.BUILD-SNAPSHOT +springBootVersion=2.2.7.RELEASE springDataCommonsVersion=2.2.6.BUILD-SNAPSHOT springDataGemFireVersion=2.2.6.BUILD-SNAPSHOT springDataGeodeVersion=2.2.6.BUILD-SNAPSHOT