From 083fb1f4750ae1e5a6918b22f0dac58d9126e253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 9 Apr 2026 08:23:27 +0200 Subject: [PATCH] Start building against Spring Framework 7.0.7 snapshots See gh-49977 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 789dfb18603..13d6b91903a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ mockitoVersion=5.20.0 nativeBuildToolsVersion=0.11.5 nullabilityPluginVersion=0.0.11 snakeYamlVersion=2.5 -springFrameworkVersion=7.0.6 +springFrameworkVersion=7.0.7-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=11.0.21