Skip to content

Commit

Permalink
Upgrade to amqp-client 5.21.0 #23
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 19, 2024
1 parent 0a1ff29 commit 6e08c3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0-M4

* #23 Upgrade to amqp-client 5.21.0

## 3.0.M1

* #9 Channel pool support in ChannelFactory
Expand Down
4 changes: 0 additions & 4 deletions bootique-rabbitmq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,14 @@
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<version>${bootique.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>${rabbitmq.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>

<!-- Unit test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<properties>
<bootique.version>${project.version}</bootique.version>
<rabbitmq.version>5.15.0</rabbitmq.version>
<rabbitmq.version>5.21.0</rabbitmq.version>
</properties>

<scm>
Expand Down

0 comments on commit 6e08c3b

Please sign in to comment.