Update to Spring Framework 5.3.15

Closes gh-605
This commit is contained in:
Joe Grandja
2022-01-26 11:25:22 -05:00
parent 4fbe06d121
commit 22ecfd267c

View File

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