Update to Reactor 2020.0.16

Closes gh-661
This commit is contained in:
Joe Grandja
2022-03-24 07:03:43 -04:00
parent b1d5a7a1f8
commit 06f1f3726d

View File

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