diff options
| author | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2018-08-09 12:16:54 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2018-08-09 12:16:54 +0200 |
| commit | 0813bb6e623ec9df2f61f663d91e45bbb091bdb2 (patch) | |
| tree | 19e475946de7fb31d6cbd041c82a3678f9bb0dea /rabbitmq-components.mk | |
| parent | f5bab5484b54887156b0d736568e98f9d02a2ad2 (diff) | |
| download | rabbitmq-server-git-0813bb6e623ec9df2f61f663d91e45bbb091bdb2.tar.gz | |
Update rabbitmq-components.mk
Diffstat (limited to 'rabbitmq-components.mk')
| -rw-r--r-- | rabbitmq-components.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index 4f28b57483..9af62d6ed6 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -111,13 +111,13 @@ 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.3.0 -dep_cowlib = hex 2.2.1 +dep_cowboy = hex 2.4.0 +dep_cowlib = hex 2.3.0 dep_jsx = hex 2.9.0 -dep_lager = hex 3.6.3 -dep_ranch = hex 1.5.0 +dep_lager = hex 3.6.4 +dep_ranch = hex 1.6.0 dep_ranch_proxy_protocol = hex 1.5.0 -dep_recon = hex 2.3.4 +dep_recon = hex 2.3.6 dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 405990ea62353d98d36dbf5e1e64942d9b0a1daf |
