From c6c99e7e0e8b42fcc36480f116a8c41e19f8b135 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 16 Nov 2022 15:41:51 -0500 Subject: [PATCH] Update to Spring Security 6.0.0-RC2 Closes gh-973 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 880e4f52..88ab68c2 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 -springSecurityVersion=6.0.0-RC1 +springSecurityVersion=6.0.0-RC2 springJavaformatVersion=0.0.31 springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2 checkstyleToolVersion=8.34