Browse Source

Update to Reactor 2020.0.15

Closes gh-607
pull/612/head
Joe Grandja 4 years ago
parent
commit
0b11d88a62
  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.13"
ext.reactorVersion = "2020.0.15"
}
if (!project.hasProperty("locksDisabled")) {

Loading…
Cancel
Save