Skip to content

Commit

Permalink
Use 5.14.2 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Feb 10, 2022
1 parent 78f4512 commit 5f4f49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ They require Java 8 or higher.
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.14.0</version>
<version>5.14.2</version>
</dependency>
```

### Gradle

``` groovy
compile 'com.rabbitmq:amqp-client:5.14.0'
compile 'com.rabbitmq:amqp-client:5.14.2'
```

#### 4.x Series
Expand Down

0 comments on commit 5f4f49e

Please sign in to comment.