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 7e8e4ce commit 65e9975Copy full SHA for 65e9975
build.gradle
@@ -52,7 +52,7 @@ ext {
52
mockitoVersion = '3.1.0'
53
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
54
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
55
- reactorVersion = 'Dysprosium-SR24'
+ reactorVersion = 'Dysprosium-SR25'
56
springDataCommonsVersion = '2.2.13.RELEASE'
57
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.19.RELEASE'
58
springRetryVersion = '1.2.5.RELEASE'
0 commit comments