Update Reactor to 2020.0.13

Closes gh-515
This commit is contained in:
Joe Grandja
2021-11-30 15:10:18 -05:00
parent dc77bcdd5a
commit cd2a990df5

View File

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