From 905ae6f5b54715d1c946896b5b945c9f03dcd5d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:36:58 +0200 Subject: [PATCH] Start building against Spring Framework 6.0.9 snapshots See gh-35311 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 06aaf93bc7..efe0e24893 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.8.21 nativeBuildToolsVersion=0.9.21 -springFrameworkVersion=6.0.8 +springFrameworkVersion=6.0.9-SNAPSHOT tomcatVersion=10.1.8 kotlin.stdlib.default.dependency=false