Browse Source

Update Reactor to 2020.0.10

Closes gh-405
pull/411/head
Joe Grandja 4 years ago
parent
commit
84c24b344f
  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.8"
ext.reactorVersion = "2020.0.10"
}
if (!project.hasProperty("locksDisabled")) {

Loading…
Cancel
Save