Update to Spring Security 5.8.0-M2

Closes gh-856
This commit is contained in:
Joe Grandja
2022-08-16 13:23:03 -04:00
parent c9ac9afb60
commit 03b31d90a7

View File

@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true
org.gradle.caching=true
springFrameworkVersion=5.3.22
springSecurityVersion=5.7.1
springSecurityVersion=5.8.0-M2
springJavaformatVersion=0.0.31
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2
checkstyleToolVersion=8.34