Downgrade springSecurityVersion to 5.4.+
This commit is contained in:
parent
bf24cfb19e
commit
59f77d034e
@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
|
||||
}
|
||||
|
||||
if (!project.hasProperty("springSecurityVersion")) {
|
||||
ext.springSecurityVersion = "5.5.+"
|
||||
ext.springSecurityVersion = "5.4.+"
|
||||
}
|
||||
|
||||
if (!project.hasProperty("reactorVersion")) {
|
||||
|
Loading…
Reference in New Issue
Block a user