Skip to content

Commit c5a9a58

Browse files
authored
Use 5.16.0 in readme
1 parent a69324b commit c5a9a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ They require Java 8 or higher.
2828
<dependency>
2929
<groupId>com.rabbitmq</groupId>
3030
<artifactId>amqp-client</artifactId>
31-
<version>5.15.0</version>
31+
<version>5.16.0</version>
3232
</dependency>
3333
```
3434

3535
### Gradle
3636

3737
``` groovy
38-
compile 'com.rabbitmq:amqp-client:5.15.0'
38+
compile 'com.rabbitmq:amqp-client:5.16.0'
3939
```
4040

4141
#### 4.x Series

0 commit comments

Comments
 (0)