From 769279bd34966b8061c2825e8661183f945da7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Mar 2025 14:12:48 +0100 Subject: [PATCH] Start building against Spring Framework 6.2.5 snapshots See gh-44732 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 640e5332d8..edd3e2a5ed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.4 mockitoVersion=5.16.0 nativeBuildToolsVersion=0.10.6 snakeYamlVersion=2.4 -springFrameworkVersion=6.2.4 +springFrameworkVersion=6.2.5-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.39