Update to Spring Framework 5.1.17

Closes gh-8935
This commit is contained in:
Josh Cummings 2020-08-05 06:56:47 -06:00
parent 4f0172d0f0
commit 1f386b1db3
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.15.RELEASE'
ext.springVersion = '5.1.17.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {