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 9b43c06 commit d547a86Copy full SHA for d547a86
build.gradle
@@ -95,11 +95,11 @@ subprojects { subproject ->
95
logbackVersion = '1.2.3'
96
mockitoVersion = '2.11.0'
97
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
98
- rabbitmqHttpClientVersion = '1.3.1.RELEASE'
+ rabbitmqHttpClientVersion = '2.0.1.RELEASE'
99
100
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.4.RELEASE'
101
102
- springRetryVersion = '1.2.1.RELEASE'
+ springRetryVersion = '1.2.2.RELEASE'
103
}
104
105
eclipse {
0 commit comments