From 6b4d112035af6781ca86ad78647f8357bf44f858 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Mon, 16 Oct 2023 21:03:13 -0400 Subject: [PATCH] Update to Spring Security 6.2.0-RC2 Closes gh-1406 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6a2860ce..8ef83667 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.1.0-RC1 -springSecurityVersion=6.2.0-M3 +springSecurityVersion=6.2.0-RC2 springJavaformatVersion=0.0.38 springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2 checkstyleToolVersion=8.34