Bump JOSE dependency to 1.11

This commit is contained in:
Michael Klishin 2021-02-01 21:30:51 +03:00
parent 24d99ef046
commit 4aa149b1b2
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers rabbitmq_ct_client_
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
dep_jose = hex 1.10.1
dep_jose = hex 1.11.1
# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
# reviewed and merged.