Update to Reactor 2020.0.3

Closes gh-230
This commit is contained in:
Joe Grandja 2021-02-11 20:25:08 -05:00
parent b25b906917
commit 9f1c760876

View File

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