Browse Source

Update to Spring Security 5.5.3

Closes gh-514
pull/490/head
Joe Grandja 4 years ago
parent
commit
dc77bcdd5a
  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.5.2"
ext.springSecurityVersion = "5.5.3"
}
if (!project.hasProperty("reactorVersion")) {

Loading…
Cancel
Save