From 6cdfc524a81ac2026a994454f4de806074941bb1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 3 Jul 2024 10:45:19 +0100 Subject: [PATCH] Start building against Spring Framework 6.1.11 snapshots See gh-41295 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 21cfe68a9d..149325286f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ junitJupiterVersion=5.10.2 kotlinVersion=1.9.24 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.10 +springFrameworkVersion=6.1.11-SNAPSHOT springFramework60xVersion=6.0.21 tomcatVersion=10.1.25