Skip to content

Commit e80b98c

Browse files
committed
Use 5.12.0 in readme
1 parent e0a00ae commit e80b98c

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
@@ -25,14 +25,14 @@ They require Java 8 or higher.
2525
<dependency>
2626
<groupId>com.rabbitmq</groupId>
2727
<artifactId>amqp-client</artifactId>
28-
<version>5.11.0</version>
28+
<version>5.12.0</version>
2929
</dependency>
3030
```
3131

3232
### Gradle
3333

3434
``` groovy
35-
compile 'com.rabbitmq:amqp-client:5.11.0'
35+
compile 'com.rabbitmq:amqp-client:5.12.0'
3636
```
3737

3838
#### 4.x Series

0 commit comments

Comments
 (0)