Browse Source

Update Reactor to 2020.0.13

Closes gh-515
pull/490/head
Joe Grandja 4 years ago
parent
commit
cd2a990df5
  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.10"
ext.reactorVersion = "2020.0.13"
}
if (!project.hasProperty("locksDisabled")) {

Loading…
Cancel
Save