From 5a508f4be6fcbdbd319c391c256430d38ba779e1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 23 Mar 2022 16:58:23 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.3.17. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ca981d7..3ec7b7e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 deployDocsHost=docs-ip.spring.io apacheGeodeVersion=1.14.4 findbugsVersion=3.0.2 -springVersion=5.3.15 +springVersion=5.3.17 springBootVersion=2.7.0-SNAPSHOT springDataBomVersion=2021.2.0-M2 springDataCommonsVersion=2.7.0-M2