Set springSecurityVersion to 5.5.0-M1
This commit is contained in:
parent
43b44a1f77
commit
7e2264204b
@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty("springSecurityVersion")) {
|
if (!project.hasProperty("springSecurityVersion")) {
|
||||||
ext.springSecurityVersion = "5.5.+"
|
ext.springSecurityVersion = "5.5.0-M1"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty("reactorVersion")) {
|
if (!project.hasProperty("reactorVersion")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user