Update Spring Framework to 5.3.8

Issue gh-344
This commit is contained in:
Joe Grandja
2021-07-07 09:44:12 -04:00
parent 1f17005edd
commit 51bf550d12

View File

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