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 e34783d commit fb91dc6Copy full SHA for fb91dc6
build.gradle
@@ -51,9 +51,9 @@ 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-SR9'
55
- springDataCommonsVersion = '2.2.8.RELEASE'
56
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.7.RELEASE'
+ reactorVersion = 'Dysprosium-SR10'
+ springDataCommonsVersion = '2.2.9.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.8.RELEASE'
57
springRetryVersion = '1.2.5.RELEASE'
58
}
59
0 commit comments