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 df04188 commit 0a8a947Copy full SHA for 0a8a947
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.0</version>
+ <version>4.0.1</version>
27
</dependency>
28
```
29
30
### Gradle
31
32
``` groovy
33
-compile 'com.rabbitmq:amqp-client:4.0.0'
+compile 'com.rabbitmq:amqp-client:4.0.1'
34
35
36
#### 3.6.x Series
0 commit comments