Browse Source

Use springSecurityVersion 5.3.+

pull/112/head
Joe Grandja 6 years ago
parent
commit
6f63c03e06
  1. 2
      gradle/dependency-management.gradle

2
gradle/dependency-management.gradle

@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) { @@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
}
if (!project.hasProperty("springSecurityVersion")) {
ext.springSecurityVersion = "5.4.+"
ext.springSecurityVersion = "5.3.+"
}
if (!project.hasProperty("reactorVersion")) {

Loading…
Cancel
Save