Skip to content

Commit

Permalink
Bump RabbitMQ Java client
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 25, 2022
1 parent ff8395c commit 0f56086
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Changes between Langohr 5.4.0 and 5.5.0 (unreleased)

No changes yet.
### RabbitMQ Java Client Upgrade

RabbitMQ Java client dependency has been updated to `5.16.x`.

## Changes between Langohr 5.3.0 and 5.4.0 (April 24, 2022)

### RabbitMQ Java Client Upgrade

RabbitMQ Java client dependency has been updated to `5.14.x`.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:min-lein-version "2.5.1"
:license {:name "Eclipse Public License"}
:dependencies [[org.clojure/clojure "1.11.1"]
[com.rabbitmq/amqp-client "5.14.2"]
[com.rabbitmq/amqp-client "5.16.0"]
[clojurewerkz/support "1.1.0" :exclusions [com.google.guava/guava]]
[clj-http "3.12.3"]
[cheshire "5.10.1"]]
Expand Down

0 comments on commit 0f56086

Please sign in to comment.