From 2635d1ec8adaac158d288032e64229c240283c9d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 14:48:33 +0100 Subject: [PATCH] Start building against Spring Framework 6.2.0 snapshots See gh-42144 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ab959290c2..8b98ca3341 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ junitJupiterVersion=5.11.0 kotlinVersion=1.9.25 mavenVersion=3.9.4 nativeBuildToolsVersion=0.10.2 -springFrameworkVersion=6.2.0-M7 +springFrameworkVersion=6.2.0-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.28 snakeYamlVersion=2.2