Update Spring to 5.3.6

This commit is contained in:
Joe Grandja
2021-05-07 14:48:54 -04:00
parent 7933cb8c4b
commit 55dda0f767

View File

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