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 edf2356 commit cff7b78Copy full SHA for cff7b78
gradle/dependency-management.gradle
@@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
7
}
8
9
if (!project.hasProperty("reactorVersion")) {
10
- ext.reactorVersion = "Dysprosium-SR+"
+ ext.reactorVersion = "2020.0.+"
11
12
13
if (!project.hasProperty("locksDisabled")) {
0 commit comments