Update to Spring Framework 5.1.5

Fixes: gh-6528
This commit is contained in:
Josh Cummings 2019-02-13 09:10:22 -07:00
parent 7633fbfd8a
commit 16d5566cd6
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.4.RELEASE'
ext.springVersion = '5.1.5.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {