From 62f168599998b2e66145c449ef4cc4ecef9af6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 17 Apr 2025 11:44:32 +0200 Subject: [PATCH] Upgrade to Spring Framework 6.1.19 Closes gh-1521 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 88740ba9..5ffb7e23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ org.gradle.caching=true org.gradle.parallel=true compatibilityTestPluginVersion=0.0.3 -springFrameworkVersion=6.1.19-SNAPSHOT \ No newline at end of file +springFrameworkVersion=6.1.19 \ No newline at end of file