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 7af0f90 commit 9fbc3daCopy full SHA for 9fbc3da
build.gradle
@@ -51,10 +51,10 @@ ext {
51
mockitoVersion = '3.0.0'
52
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
53
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
54
- reactorVersion = 'Dysprosium-SR1'
55
- springDataCommonsVersion = '2.2.3.RELEASE'
56
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.4.BUILD-SNAPSHOT'
57
- springRetryVersion = '1.2.4.RELEASE'
+ reactorVersion = 'Dysprosium-SR4'
+ springDataCommonsVersion = '2.2.4.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.3.RELEASE'
+ springRetryVersion = '1.2.5.RELEASE'
58
}
59
60
nohttp {
0 commit comments