Update to Spring Data Moore-SR11

Closes gh-9235
This commit is contained in:
Josh Cummings 2020-12-02 15:13:38 -07:00
parent 276a934bcd
commit ebb2afa5e8
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
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 = 'Moore-SR10'
ext.springDataVersion = 'Moore-SR11'
}
ext.rsocketVersion = '1.0.2'