From a18a661af2036e3c15b7a2358d765409f4f53162 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 15:56:28 +0100 Subject: [PATCH] Start building against Spring Framework 6.0.19 snapshots See gh-40201 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 52d34733b8..a47583dd06 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ junitJupiterVersion=5.9.3 kotlinVersion=1.8.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.0.18 +springFrameworkVersion=6.0.19-SNAPSHOT tomcatVersion=10.1.19 kotlin.stdlib.default.dependency=false