Browse Source

Update to Reactor 2020.0.15

Closes gh-607
Joe Grandja 3 years ago
parent
commit
0b11d88a62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

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