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 42ff441 commit d731014Copy full SHA for d731014
build.gradle
@@ -57,7 +57,7 @@ ext {
57
mockitoVersion = '3.6.28'
58
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
59
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
60
- reactorVersion = '2020.0.8'
+ reactorVersion = '2020.0.9'
61
springDataCommonsVersion = '2.4.11'
62
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.9'
63
springRetryVersion = '1.3.1'
0 commit comments