We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d5a7a commit 06f1f37Copy full SHA for 06f1f37
gradle/dependency-management.gradle
@@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
7
}
8
9
if (!project.hasProperty("reactorVersion")) {
10
- ext.reactorVersion = "2020.0.15"
+ ext.reactorVersion = "2020.0.16"
11
12
13
if (!project.hasProperty("locksDisabled")) {
0 commit comments