Update Reactor to 2020.0.8

Issue gh-344
This commit is contained in:
Joe Grandja
2021-07-07 09:48:26 -04:00
parent da945a12be
commit 41c38a4b53

View File

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