From e2d74afdb558a390b42c0c3d7e6499492922bcf4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 18 May 2021 21:27:53 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.3.7. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0f328e9..0b8cccd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ javaxServletJspJstlApiVersion=1.2.2 multithreadedtcVersion=1.01 # 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.6 +springVersion=5.3.7 springBootVersion=2.5.0-M3 springDataBomVersion=2021.0.0 springDataCommonsVersion=2.5.0