Update to Spring Security 6.2.0-M3

Closes gh-1365
This commit is contained in:
Joe Grandja
2023-09-19 05:45:54 -04:00
parent 85579ecf8b
commit 27aa92bc90

View File

@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true
org.gradle.caching=true
springFrameworkVersion=6.1.0-M5
springSecurityVersion=6.1.2
springSecurityVersion=6.2.0-M3
springJavaformatVersion=0.0.38
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2
checkstyleToolVersion=8.34