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 b94fdc5 commit c2f4de7Copy full SHA for c2f4de7
build.gradle
@@ -51,13 +51,13 @@ ext {
51
junitJupiterVersion = '5.7.0'
52
log4jVersion = '2.13.3'
53
logbackVersion = '1.2.3'
54
- micrometerVersion = '1.5.6'
+ micrometerVersion = '1.5.7'
55
mockitoVersion = '3.6.0'
56
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
57
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
58
reactorVersion = '2020.0.0'
59
- springDataCommonsVersion = '2.4.0'
60
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0'
+ springDataCommonsVersion = '2.4.1'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.1'
61
springRetryVersion = '1.3.0'
62
}
63
0 commit comments