Update to Spring Framework 5.3.9

Closes gh-403
This commit is contained in:
Joe Grandja
2021-08-18 15:49:47 -04:00
parent f3c29bd545
commit d3f25dd6ea

View File

@@ -1,5 +1,5 @@
if (!project.hasProperty("springVersion")) {
ext.springVersion = "5.3.8"
ext.springVersion = "5.3.9"
}
if (!project.hasProperty("springSecurityVersion")) {