From b7c7c5e5e4b9b5aff82a9369d0efe4a2d3a3621e Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 18 May 2020 12:02:50 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.1.15.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d5777ba..f0b394b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.5.4 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. -springVersion=5.1.15.BUILD-SNAPSHOT +springVersion=5.1.15.RELEASE springBootVersion=2.1.14.BUILD-SNAPSHOT springDataCommonsVersion=2.1.17.BUILD-SNAPSHOT springDataGemFireVersion=2.1.17.BUILD-SNAPSHOT