We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25b906 commit 9f1c760Copy full SHA for 9f1c760
gradle/dependency-management.gradle
@@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
7
}
8
9
if (!project.hasProperty("reactorVersion")) {
10
- ext.reactorVersion = "2020.0.+"
+ ext.reactorVersion = "2020.0.3"
11
12
13
if (!project.hasProperty("locksDisabled")) {
0 commit comments