From 51adc40bbff465f4b97d08c69b1fa306113c6ea0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 May 2021 14:15:13 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.2.15.RELEASE. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index dcc7bddf..1a892fb6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=3.10.0 multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.2 pivotalGemFireVersion=9.10.7 -springVersion=5.2.14.RELEASE +springVersion=5.2.15.RELEASE springBootVersion=2.3.11.BUILD-SNAPSHOT springDataGemFireVersion=2.3.9.RELEASE springDataGeodeVersion=2.3.9.RELEASE