Update to Reactor Californium-SR17

Fixes gh-8283
This commit is contained in:
Eleftheria Stein 2020-04-01 10:58:44 -04:00
parent c91389ff8b
commit 7aea459535

View File

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