Update to Spring Security 5.5.3
Closes gh-514
This commit is contained in:
@@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
|
||||
}
|
||||
|
||||
if (!project.hasProperty("springSecurityVersion")) {
|
||||
ext.springSecurityVersion = "5.5.2"
|
||||
ext.springSecurityVersion = "5.5.3"
|
||||
}
|
||||
|
||||
if (!project.hasProperty("reactorVersion")) {
|
||||
|
||||
Reference in New Issue
Block a user