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 444b74e commit 66847b6Copy full SHA for 66847b6
build.gradle
@@ -82,7 +82,7 @@ subprojects { subproject ->
82
log4jVersion = '2.11.0'
83
logbackVersion = '1.2.3'
84
mockitoVersion = '2.18.0'
85
- rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.4.0.RC2'
+ rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.4.1'
86
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
87
88
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC2'
0 commit comments