Skip to content

Commit

Permalink
Bump HOP Version to 1.3.1.RELEASE
Browse files Browse the repository at this point in the history
Fixes a content-type problem when running with a 3.7 broker.
  • Loading branch information
garyrussell committed Dec 20, 2017
1 parent 221e3a9 commit 48412b9
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 @@ -92,7 +92,7 @@ subprojects { subproject ->
logbackVersion = '1.2.3'
mockitoVersion = '2.11.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.0.0'
rabbitmqHttpClientVersion = '1.3.0.RELEASE'
rabbitmqHttpClientVersion = '1.3.1.RELEASE'
slf4jVersion = "1.7.25"

springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.2.RELEASE'
Expand Down

0 comments on commit 48412b9

Please sign in to comment.