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 dba83e9 commit 6f3b022Copy full SHA for 6f3b022
build.gradle
@@ -55,9 +55,9 @@ ext {
55
mockitoVersion = '3.4.6'
56
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
57
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
58
- reactorVersion = '2020.0.0-M2'
59
- springDataCommonsVersion = '2.4.0-M2'
60
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-M2'
+ reactorVersion = '2020.0.0-RC1'
+ springDataCommonsVersion = '2.4.0-RC1'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-RC1'
61
springRetryVersion = '1.3.0'
62
}
63
0 commit comments