From aa662fc45aeb7e844792fbaf4943949cc892d186 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 10 Apr 2020 09:23:09 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.2.5.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1082101..ad670eb 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.BUILD-SNAPSHOT +springVersion=5.2.5.RELEASE springBootVersion=2.3.0.M2 springDataCommonsVersion=2.3.0.BUILD-SNAPSHOT springDataGemFireVersion=2.3.0.BUILD-SNAPSHOT