Use springSecurityVersion 5.3.+
This commit is contained in:
parent
a401392bac
commit
6f63c03e06
@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty("springSecurityVersion")) {
|
if (!project.hasProperty("springSecurityVersion")) {
|
||||||
ext.springSecurityVersion = "5.4.+"
|
ext.springSecurityVersion = "5.3.+"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty("reactorVersion")) {
|
if (!project.hasProperty("reactorVersion")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user