Skip to content

Commit 48412b9

Browse files
committedDec 20, 2017
Bump HOP Version to 1.3.1.RELEASE
Fixes a content-type problem when running with a 3.7 broker.
1 parent 221e3a9 commit 48412b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ subprojects { subproject ->
9292
logbackVersion = '1.2.3'
9393
mockitoVersion = '2.11.0'
9494
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.0.0'
95-
rabbitmqHttpClientVersion = '1.3.0.RELEASE'
95+
rabbitmqHttpClientVersion = '1.3.1.RELEASE'
9696
slf4jVersion = "1.7.25"
9797

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

0 commit comments

Comments
 (0)
Please sign in to comment.