Update to Spring Data Moore-SR12

Closes gh-9436
This commit is contained in:
Josh Cummings 2021-02-11 08:51:19 -07:00
parent 46bfc00db2
commit 31cb29cb2d
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-SR11'
ext.springDataVersion = 'Moore-SR12'
}
ext.rsocketVersion = '1.0.3'