From 411bf63bc338cc29550dd8754fc59f0051ad114f Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Sat, 22 Oct 2022 05:29:11 -0400 Subject: [PATCH] Update to Spring Security 6.0.0-RC1 Closes gh-932 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7024b93d..871d79db 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=6.0.0-RC2 -springSecurityVersion=6.0.0-M7 +springSecurityVersion=6.0.0-RC1 springJavaformatVersion=0.0.31 springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2 checkstyleToolVersion=8.34