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 e9da112 commit 15bd3fcCopy full SHA for 15bd3fc
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-SR15'
+ reactorVersion = 'Dysprosium-SR16'
56
springDataCommonsVersion = '2.2.12.RELEASE'
57
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.12.RELEASE'
58
springRetryVersion = '1.2.5.RELEASE'
0 commit comments