From 8dde7a9995421124abb4667bb3cc45668ef8742b Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 31 Oct 2023 15:04:42 -0700 Subject: [PATCH] Upgrade to Spring Framework 5.3.30. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e553e6f..5c7621d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 deployDocsHost=docs-ip.spring.io antlrVersion=2.7.7 apacheGeodeVersion=1.14.4 -springVersion=5.3.27 +springVersion=5.3.30 springBootVersion=2.7.12 springDataBomVersion=2021.2.12 springDataCommonsVersion=2.7.12