Skip to content

Commit

Permalink
Upgrade amqp-client to 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Sep 4, 2018
1 parent 444b74e commit 66847b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ subprojects { subproject ->
log4jVersion = '2.11.0'
logbackVersion = '1.2.3'
mockitoVersion = '2.18.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.4.0.RC2'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.4.1'
rabbitmqHttpClientVersion = '2.1.0.RELEASE'

springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC2'
Expand Down

0 comments on commit 66847b6

Please sign in to comment.