From 7317ec19cb8e2eb07a5006d05af6a1fb12773519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Feb 2025 09:01:51 +0100 Subject: [PATCH] Start building against Spring Framework 6.1.17 snapshots See gh-44107 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7fdb2d41d0..854d4c9223 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.4 mockitoVersion=5.11.0 nativeBuildToolsVersion=0.10.4 snakeYamlVersion=2.2 -springFrameworkVersion=6.1.16 +springFrameworkVersion=6.1.17-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.34