From bd0a5f98791c2fa529782ca707d856ab6905b644 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jan 2024 15:44:12 +0000 Subject: [PATCH] Start building against Spring Framework 6.0.16 snapshots See gh-39069 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a24e739ac642..87ec54d3c7d8 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.15 +springFrameworkVersion=6.0.16-SNAPSHOT tomcatVersion=10.1.17 kotlin.stdlib.default.dependency=false