File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ They require Java 8 or higher.
23
23
<dependency >
24
24
<groupId >com.rabbitmq</groupId >
25
25
<artifactId >amqp-client</artifactId >
26
- <version >5.7.2 </version >
26
+ <version >5.7.3 </version >
27
27
</dependency >
28
28
```
29
29
30
30
### Gradle
31
31
32
32
``` groovy
33
- compile 'com.rabbitmq:amqp-client:5.7.2 '
33
+ compile 'com.rabbitmq:amqp-client:5.7.3 '
34
34
```
35
35
36
36
#### 4.x Series
@@ -42,14 +42,14 @@ They require Java 6 or higher.
42
42
<dependency >
43
43
<groupId >com.rabbitmq</groupId >
44
44
<artifactId >amqp-client</artifactId >
45
- <version >4.11.2 </version >
45
+ <version >4.11.3 </version >
46
46
</dependency >
47
47
```
48
48
49
49
### Gradle
50
50
51
51
``` groovy
52
- compile 'com.rabbitmq:amqp-client:4.11.2 '
52
+ compile 'com.rabbitmq:amqp-client:4.11.3 '
53
53
```
54
54
55
55
You can’t perform that action at this time.
0 commit comments