We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9269ff6 commit e8c4adbCopy full SHA for e8c4adb
1 file changed
README.md
@@ -23,14 +23,14 @@ They require Java 8 or higher.
23
<dependency>
24
<groupId>com.rabbitmq</groupId>
25
<artifactId>amqp-client</artifactId>
26
- <version>5.7.2</version>
+ <version>5.7.3</version>
27
</dependency>
28
```
29
30
### Gradle
31
32
``` groovy
33
-compile 'com.rabbitmq:amqp-client:5.7.2'
+compile 'com.rabbitmq:amqp-client:5.7.3'
34
35
36
#### 4.x Series
@@ -42,14 +42,14 @@ They require Java 6 or higher.
42
43
44
45
- <version>4.11.2</version>
+ <version>4.11.3</version>
46
47
48
49
50
51
52
-compile 'com.rabbitmq:amqp-client:4.11.2'
+compile 'com.rabbitmq:amqp-client:4.11.3'
53
54
55
0 commit comments