From 1e1fddb502a016d5daeb0983872faf1cbc87511f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 14:29:10 +0100 Subject: [PATCH] Start building against Spring Framework 6.1.7 snapshots See gh-40672 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 964fed6e46c..1a3d9952924 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ junitJupiterVersion=5.10.2 kotlinVersion=1.9.23 mavenVersion=3.9.4 nativeBuildToolsVersion=0.10.1 -springFrameworkVersion=6.1.6 +springFrameworkVersion=6.1.7-SNAPSHOT tomcatVersion=10.1.20 snakeYamlVersion=2.2