Update to Reactor 2020.0.15

Closes gh-607
This commit is contained in:
Joe Grandja
2022-01-26 11:27:02 -05:00
parent 37e68803b9
commit 0b11d88a62

View File

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