From e4a2f759b7b4236b61da170120d04d9634949e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 May 2025 06:34:18 +0200 Subject: [PATCH] Upgrade to Spring Framework 7.0.0-M5 Closes gh-1552 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 67457944..f0d3e7f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ org.gradle.caching=true org.gradle.parallel=true compatibilityTestPluginVersion=0.0.3 -springFrameworkVersion=7.0.0-SNAPSHOT \ No newline at end of file +springFrameworkVersion=7.0.0-M5 \ No newline at end of file