Skip to content

Commit cd2a990

Browse files
committed
Update Reactor to 2020.0.13
Closes gh-515
1 parent dc77bcd commit cd2a990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
77
}
88

99
if (!project.hasProperty("reactorVersion")) {
10-
ext.reactorVersion = "2020.0.10"
10+
ext.reactorVersion = "2020.0.13"
1111
}
1212

1313
if (!project.hasProperty("locksDisabled")) {

0 commit comments

Comments
 (0)