Update Reactor to 2020.0.6

This commit is contained in:
Joe Grandja
2021-05-07 14:50:19 -04:00
parent ec09d120ef
commit e72899d827

View File

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