diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2018-11-22 09:19:28 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2018-11-22 09:19:28 +0100 |
| commit | 0c7c7d960c8ca54b5b29c06d295acef0bc9f3c7a (patch) | |
| tree | 770658cdf99c405a18e9d1297e745ba1abb6196e | |
| parent | af68fc873ef7b34eba922cedac0e62b99adf1dd0 (diff) | |
| download | rabbitmq-server-git-0c7c7d960c8ca54b5b29c06d295acef0bc9f3c7a.tar.gz | |
Update rabbitmq-components.mk
| -rw-r--r-- | rabbitmq-components.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index b440169d0d..709d155040 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -110,12 +110,12 @@ 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 2.4.0 -dep_cowlib = hex 2.3.0 +dep_cowboy = hex 2.6.0 +dep_cowlib = hex 2.7.0 dep_jsx = hex 2.9.0 dep_lager = hex 3.6.5 dep_ra = git https://github.com/rabbitmq/ra.git master -dep_ranch = hex 1.6.2 +dep_ranch = hex 1.7.0 dep_ranch_proxy_protocol = hex 2.1.1 dep_recon = hex 2.3.6 |
