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 6bc9f79 commit 2a8bb4aCopy full SHA for 2a8bb4a
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-SR10'
55
- springDataCommonsVersion = '2.2.9.RELEASE'
56
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.8.RELEASE'
+ reactorVersion = 'Dysprosium-SR12'
+ springDataCommonsVersion = '2.2.10.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.9.RELEASE'
57
springRetryVersion = '1.2.5.RELEASE'
58
}
59
0 commit comments