From 32c53e53daebedf55db9fbb73d262f590343ad73 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Tue, 1 Nov 2022 05:11:17 -0400 Subject: [PATCH] Update to Spring Security 5.8.0-RC1 Closes gh-949 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8cb8680f..f27b240c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError org.gradle.parallel=true org.gradle.caching=true springFrameworkVersion=5.3.23 -springSecurityVersion=5.8.0-M3 +springSecurityVersion=5.8.0-RC1 springJavaformatVersion=0.0.31 springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2 checkstyleToolVersion=8.34