Update Reactor to 2020.0.10

Closes gh-405
This commit is contained in:
Joe Grandja
2021-08-18 15:50:41 -04:00
parent 34d4131968
commit 84c24b344f

View File

@@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
}
if (!project.hasProperty("reactorVersion")) {
ext.reactorVersion = "2020.0.8"
ext.reactorVersion = "2020.0.10"
}
if (!project.hasProperty("locksDisabled")) {