From ea99e389da3e96139dd6463101891c529a5c6faf Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 13 May 2020 16:49:20 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.2.6.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6cb34f5..611e95e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.0 # 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.5.RELEASE +springVersion=5.2.6.RELEASE springBootVersion=2.3.0.M4 springDataCommonsVersion=2.3.0.BUILD-SNAPSHOT springDataGemFireVersion=2.3.0.BUILD-SNAPSHOT