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 dc77bcd commit cd2a990Copy full SHA for cd2a990
gradle/dependency-management.gradle
@@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
7
}
8
9
if (!project.hasProperty("reactorVersion")) {
10
- ext.reactorVersion = "2020.0.10"
+ ext.reactorVersion = "2020.0.13"
11
12
13
if (!project.hasProperty("locksDisabled")) {
0 commit comments