Browse Source

Update to Reactor 2020.0.16

Closes gh-661
pull/679/head
Joe Grandja 4 years ago
parent
commit
06f1f3726d
  1. 2
      gradle/dependency-management.gradle

2
gradle/dependency-management.gradle

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

Loading…
Cancel
Save