Browse Source

Set springSecurityVersion to 5.4.+

Closes gh-119
pull/124/head
Joe Grandja 5 years ago
parent
commit
4091d69d0c
  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.3.+"
ext.springSecurityVersion = "5.4.+"
}
if (!project.hasProperty("reactorVersion")) {

Loading…
Cancel
Save