From 46368f0a75b09dfa1a1e8425096a690b7fc7dcc6 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Fri, 14 Apr 2023 14:02:11 -0300 Subject: [PATCH] Update org.springframework to 5.3.27 Closes gh-13027 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9e62949cd0..ed9ebf2313 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ aspectjVersion=1.9.19 springJavaformatVersion=0.0.38 springBootVersion=2.4.2 -springFrameworkVersion=5.3.25 +springFrameworkVersion=5.3.27 openSamlVersion=3.4.6 version=5.8.3-SNAPSHOT kotlinVersion=1.7.22