diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-11-28 14:00:31 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-11-28 14:00:31 +0100 |
| commit | b8c9fa258ddbdca9b06bd064ed2fb4f8fe07c047 (patch) | |
| tree | ea00a38067885b0ec9dab39fc13aae3970d9956a /rabbitmq-components.mk | |
| parent | 17d284fe478e8aad8dc62c3ffd48f49bd603cf82 (diff) | |
| download | rabbitmq-server-git-b8c9fa258ddbdca9b06bd064ed2fb4f8fe07c047.tar.gz | |
Update rabbitmq-components.mk
Diffstat (limited to 'rabbitmq-components.mk')
| -rw-r--r-- | rabbitmq-components.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index 48f26b9f46..a6960e1f53 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -110,10 +110,11 @@ dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(curre # all projects use the same versions. It avoids conflicts and makes it # possible to work with rabbitmq-public-umbrella. -dep_cowboy = hex 1.1.2 +dep_cowboy = hex 2.0.0 +dep_cowlib = hex 2.0.0 dep_jsx = hex 2.8.2 dep_lager = hex 3.5.1 -dep_ranch = hex 1.3.2 +dep_ranch = hex 1.4.0 dep_ranch_proxy_protocol = hex 1.4.2 dep_recon = hex 2.3.2 |
