From c60935a250fad81aff5d5dfba8d1d24ae1d83cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 15 May 2025 17:03:08 +0200 Subject: [PATCH] Upgrade to Spring Framework 6.0.20 Closes gh-1566 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 27b9eb36..5f7c83b3 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 \ No newline at end of file +springFrameworkVersion=6.1.20 \ No newline at end of file