Skip to content

Commit

Permalink
Upgrade amqp-client
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed May 15, 2020
1 parent d3af209 commit da413d6
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 @@ -52,7 +52,7 @@ ext {
logbackVersion = '1.2.3'
micrometerVersion = '1.3.8'
mockitoVersion = '3.0.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = 'Dysprosium-SR7'
springDataCommonsVersion = '2.3.0.RC1'
Expand Down

0 comments on commit da413d6

Please sign in to comment.