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