Update to Spring Framework 5.3.16

Closes gh-659
This commit is contained in:
Joe Grandja
2022-03-24 07:02:52 -04:00
parent 16d1d871eb
commit 166958364a

View File

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