From 6dc89ad4df0f9bf61ecf7b41366d41216c4e7aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:46:52 +0900 Subject: [PATCH] Start building against Spring Framework 6.2.0 snapshots See gh-43020 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5a0c65ece6c7..4ca6e8649f16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.4 mockitoVersion=5.14.2 nativeBuildToolsVersion=0.10.3 snakeYamlVersion=2.3 -springFrameworkVersion=6.2.0-RC3 +springFrameworkVersion=6.2.0-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.31