Update to Spring Data Kay SR7

Fixes: gh-5318
This commit is contained in:
Rob Winch 2018-05-08 08:54:47 -05:00
parent cf4e139aa0
commit a7a8ac756a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Kay-SR5'
ext.springDataVersion = 'Kay-SR7'
}
dependencyManagement {