diff options
| author | Luke Bakken <lbakken@pivotal.io> | 2018-01-29 16:22:07 -0800 |
|---|---|---|
| committer | Luke Bakken <lbakken@pivotal.io> | 2018-01-29 16:22:07 -0800 |
| commit | 556d5093b5f654c276f3b40cacdaabe10864dd42 (patch) | |
| tree | ca8559a91a76de11a87f15dffcc54cbc1dcc14e6 | |
| parent | f9ba6414299ab56840097de6c77c997240e85e50 (diff) | |
| download | rabbitmq-server-git-556d5093b5f654c276f3b40cacdaabe10864dd42.tar.gz | |
Update rabbitmq-components.mk
| -rw-r--r-- | rabbitmq-components.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index ddc211efde..b2b5f363cb 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -111,8 +111,8 @@ 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.0.0 -dep_cowlib = hex 2.0.0 +dep_cowboy = hex 2.2.2 +dep_cowlib = hex 2.1.0 dep_jsx = hex 2.8.2 dep_lager = hex 3.5.1 dep_ranch = hex 1.4.0 |
