Update to Spring Framework 5.3.3

Closes gh-228
This commit is contained in:
Joe Grandja 2021-02-11 20:23:05 -05:00
parent 03d3879817
commit 839123409d

View File

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