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 e636d40 commit 5076230Copy full SHA for 5076230
build.gradle
@@ -48,11 +48,11 @@ ext {
48
junitJupiterVersion = '5.5.2'
49
log4jVersion = '2.13.2'
50
logbackVersion = '1.2.3'
51
- micrometerVersion = '1.3.17'
+ micrometerVersion = '1.3.18'
52
mockitoVersion = '3.1.0'
53
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
54
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
55
- reactorVersion = 'Dysprosium-SR17'
+ reactorVersion = 'Dysprosium-SR18'
56
springDataCommonsVersion = '2.2.13.RELEASE'
57
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.13.RELEASE'
58
springRetryVersion = '1.2.5.RELEASE'
0 commit comments