From 512150560c5d104d2a0906cf0b16ce3c05aa7ddf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 09:29:23 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.30 snapshots See gh-37249 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 60b59b89fb8..62e7f362287 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.6.21 -springFrameworkVersion=5.3.29 +springFrameworkVersion=5.3.30-SNAPSHOT tomcatVersion=9.0.79 kotlin.stdlib.default.dependency=false