From cf4fd470a020b2cbec77f5dfa390e71efbcf1196 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 20 Oct 2021 14:58:44 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.3.11. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bdabb9d..88548a6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ apacheGeodeVersion=1.13.4 findbugsVersion=3.0.2 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. -springVersion=5.3.9 +springVersion=5.3.11 springBootVersion=2.6.0-M2 springDataBomVersion=2021.1.0-M2 springDataCommonsVersion=2.6.0-M2