Skip to content

Commit 68370e6

Browse files
committed
Use 5.8.0 in readme
1 parent 24400f9 commit 68370e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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.3</version>
26+
<version>5.8.0</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131

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

3636
#### 4.x Series

0 commit comments

Comments
 (0)