From 063cda5f7449c4ae7e4ca489f66164d6f9cbf843 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:28:55 +0200 Subject: [PATCH] Start building against Spring Framework 6.0.9 snapshots See gh-35302 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d45ba82c3f..e72a225824 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.7.22 nativeBuildToolsVersion=0.9.21 -springFrameworkVersion=6.0.8 +springFrameworkVersion=6.0.9-SNAPSHOT tomcatVersion=10.1.8 kotlin.stdlib.default.dependency=false