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 c3d17f4 commit 5b37b26Copy full SHA for 5b37b26
build.gradle
@@ -97,9 +97,9 @@ subprojects { subproject ->
97
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
98
rabbitmqHttpClientVersion = '2.0.1.RELEASE'
99
100
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.13.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.15.RELEASE'
101
102
- springRetryVersion = '1.2.2.RELEASE'
+ springRetryVersion = '1.2.4.RELEASE'
103
}
104
105
eclipse {
0 commit comments