Update to Spring Framework 5.3.13

Closes gh-513
This commit is contained in:
Joe Grandja
2021-11-30 15:06:20 -05:00
parent 14cb58df2b
commit c0ac18d53a

View File

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