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 711d6ff commit 8b3e132Copy full SHA for 8b3e132
build.gradle
@@ -57,9 +57,9 @@ 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.12'
61
- springDataCommonsVersion = '2.4.14'
62
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.14'
+ reactorVersion = '2020.0.15'
+ springDataCommonsVersion = '2.4.15'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.15'
63
springRetryVersion = '1.3.1'
64
}
65
0 commit comments