Skip to content

Commit

Permalink
Update to Reactor 2020.0.16
Browse files Browse the repository at this point in the history
Closes gh-661
  • Loading branch information
jgrandja committed Mar 24, 2022
1 parent b1d5a7a commit 06f1f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit 06f1f37

Please sign in to comment.