Set springSecurityVersion to 5.4.+
Closes gh-119
This commit is contained in:
parent
c3b254579c
commit
4091d69d0c
@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
|
||||
}
|
||||
|
||||
if (!project.hasProperty("springSecurityVersion")) {
|
||||
ext.springSecurityVersion = "5.3.+"
|
||||
ext.springSecurityVersion = "5.4.+"
|
||||
}
|
||||
|
||||
if (!project.hasProperty("reactorVersion")) {
|
||||
|
Loading…
Reference in New Issue
Block a user