Update to Project Reactor Californium-SR20

Closes gh-8936
This commit is contained in:
Josh Cummings 2020-08-05 06:57:50 -06:00
parent 1f386b1db3
commit 641de854d7
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -1,5 +1,5 @@
if (!project.hasProperty('reactorVersion')) { if (!project.hasProperty('reactorVersion')) {
ext.reactorVersion = 'Californium-SR18' ext.reactorVersion = 'Californium-SR20'
} }
if (!project.hasProperty('springVersion')) { if (!project.hasProperty('springVersion')) {