From a5f86421278638c1575732d8e59afabfba4d15ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 26 Feb 2025 13:52:28 +0100 Subject: [PATCH] Start building against Spring Framework 6.2.4 snapshots See gh-44442 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f80f7541c4d2..933406a5f987 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.4 mockitoVersion=5.14.2 nativeBuildToolsVersion=0.10.5 snakeYamlVersion=2.3 -springFrameworkVersion=6.2.3 +springFrameworkVersion=6.2.4-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.36