On behalf of the RabbitMQ team I'm happy to announce that the RabbitMQ
Java Client library 5.5.2 is available.
This patch release fixes a bug whereby the client version was not
computed correctly when the library was relocated. Consult the release
changes for more details [1].
All users of the 5.x.x series are encouraged to upgrade to 5.5.2.
Thanks to Andrew Steinborn for his contribution on this release.
Dependency (Maven artifact)
Maven:
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.5.2</version>
</dependency>
Gradle:
compile 'com.rabbitmq:amqp-client:5.5.2'
[1]
https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.5.2