We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d52a1 commit 482fa73Copy full SHA for 482fa73
README.md
@@ -23,14 +23,14 @@ These versions can still be used with RabbitMQ server `3.x`.
23
<dependency>
24
<groupId>com.rabbitmq</groupId>
25
<artifactId>amqp-client</artifactId>
26
- <version>4.0.1</version>
+ <version>4.0.2</version>
27
</dependency>
28
```
29
30
### Gradle
31
32
``` groovy
33
-compile 'com.rabbitmq:amqp-client:4.0.1'
+compile 'com.rabbitmq:amqp-client:4.0.2'
34
35
36
#### 3.6.x Series
0 commit comments