From 9aa0c2ee8ab59812f790caa07ba40015e435f3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 10:49:48 +0200 Subject: [PATCH] Start building against Spring Framework 6.2.7 snapshots See gh-45417 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b8110286ab..5063e299c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.4 mockitoVersion=5.14.2 nativeBuildToolsVersion=0.10.6 snakeYamlVersion=2.3 -springFrameworkVersion=6.2.6 +springFrameworkVersion=6.2.7-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.40