From 74b8c6715b84e24598158bdc9ea07abc72c8735f Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Fri, 14 Apr 2023 10:41:45 -0300 Subject: [PATCH] Update org.springframework to 5.3.27 Closes gh-13018 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3b5347d563c..e4892a14f8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ aspectjVersion=1.9.19 springJavaformatVersion=0.0.31 springBootVersion=2.4.2 -springFrameworkVersion=5.3.25 +springFrameworkVersion=5.3.27 openSamlVersion=3.4.6 version=5.7.8-SNAPSHOT kotlinVersion=1.6.21