From 36e431d1260d9b6c76884318f41fb1a9840b666f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Apr 2025 12:13:43 +0200 Subject: [PATCH] Start building against Spring Framework 6.2.6 snapshots See gh-1523 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a467edc4..8586f11a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ org.gradle.caching=true org.gradle.parallel=true compatibilityTestPluginVersion=0.0.3 -springFrameworkVersion=6.2.4 \ No newline at end of file +springFrameworkVersion=6.2.6-SNAPSHOT \ No newline at end of file