From 51213948117ecbf5e519f6965751db4d87ae354d Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 10 Nov 2020 10:22:22 -0800 Subject: [PATCH] Upgrade to Spring Framework 5.2.10.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6fe2b609..09a1f07d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ mockitoVersion=3.6.0 multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.5 -springVersion=5.2.9.RELEASE +springVersion=5.2.10.RELEASE springBootVersion=2.3.5.BUILD-SNAPSHOT springDataGemFireVersion=2.3.4.RELEASE springDataGeodeVersion=2.3.4.RELEASE