Skip to content

Commit e8c4adb

Browse files
committed
Mention 5.7.3 and 4.11.3 in readme
1 parent 9269ff6 commit e8c4adb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ They require Java 8 or higher.
2323
<dependency>
2424
<groupId>com.rabbitmq</groupId>
2525
<artifactId>amqp-client</artifactId>
26-
<version>5.7.2</version>
26+
<version>5.7.3</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131

3232
``` groovy
33-
compile 'com.rabbitmq:amqp-client:5.7.2'
33+
compile 'com.rabbitmq:amqp-client:5.7.3'
3434
```
3535

3636
#### 4.x Series
@@ -42,14 +42,14 @@ They require Java 6 or higher.
4242
<dependency>
4343
<groupId>com.rabbitmq</groupId>
4444
<artifactId>amqp-client</artifactId>
45-
<version>4.11.2</version>
45+
<version>4.11.3</version>
4646
</dependency>
4747
```
4848

4949
### Gradle
5050

5151
``` groovy
52-
compile 'com.rabbitmq:amqp-client:4.11.2'
52+
compile 'com.rabbitmq:amqp-client:4.11.3'
5353
```
5454

5555

0 commit comments

Comments
 (0)