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 aa3589c commit ec2ee80Copy full SHA for ec2ee80
build.gradle
@@ -54,7 +54,7 @@ ext {
54
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
55
reactorVersion = 'Dysprosium-SR24'
56
springDataCommonsVersion = '2.2.13.RELEASE'
57
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.18.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.19.RELEASE'
58
springRetryVersion = '1.2.5.RELEASE'
59
}
60
0 commit comments