Skip to content

Commit

Permalink
Merge pull request #3425 from esl/deps
Browse files Browse the repository at this point in the history
Updating dependencies and cleaning the rebar.lock file
  • Loading branch information
arcusfelis authored Dec 3, 2021
2 parents 62062e7 + 3dbbdd4 commit 435da19
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 84 deletions.
44 changes: 23 additions & 21 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,32 @@
[
{base16, "2.0.0"},
{exml, "3.0.5", {pkg, hexml}},
{jiffy, "1.0.8"},
{jid, "1.0.0", {pkg, mongoose_jid}},
{tomerl, "0.5.0"},
{bbmustache, "1.12.2"},

{telemetry, "1.0.0"},
{segmented_cache, "0.1.1"},
{lager, "3.9.2"}, % We're keeping this to override the dependencies
{cowboy, "2.9.0"},
{exometer_core, {git, "https://github.com/esl/exometer_core.git", {branch, "master"}}},
{exometer_report_graphite, {git, "https://github.com/esl/exometer_report_graphite.git", {branch, "master"}}},
{exometer_report_statsd, {git, "https://github.com/esl/exometer_report_statsd.git", {branch, "master"}}},
{fast_scram, "0.2.0"},
{jiffy, "1.0.8"},
{fusco, {git, "https://github.com/esl/fusco.git", {branch, "master"}}},
{idna, "6.0.1"},
{uuid, "1.8.0", {pkg, uuid_erl}},
{fast_tls, {git, "https://github.com/processone/fast_tls.git", {ref, "ceb277f"}}},
{syslogger, "*", {git, "https://github.com/NelsonVides/syslogger.git", {branch, "build_port_compiler"}}},
{flatlog, {git, "https://github.com/ferd/flatlog.git", {branch, "master"}}},

{cowboy, "2.9.0"},
{gun, "1.3.3"},
{fusco, "0.1.1"},
{lasse, "1.2.0"},
{worker_pool, "4.0.3"},

{fast_scram, "0.4.3"},
{fast_tls, "1.1.13"},
{cache_tab, "1.0.29"},

{segmented_cache, "0.1.1"},
{idna, "6.1.1"},
{uuid, "2.0.2", {pkg, uuid_erl}},
{worker_pool, "5.1.0"},
%% We use a git repo here, because HEX packet pulls riak_pb version
%% that recompiles its files each run of "rebar3 compile"
%% (which slows down development)
Expand All @@ -75,37 +86,28 @@
{eodbc, {git, "https://github.com/arcusfelis/eodbc.git", {branch, "master"}}},
{tirerl, "1.1.0"},

{cache_tab, "1.0.28"},
{jid, "1.0.0", {pkg, mongoose_jid}},

{proper, "1.4.0"},
{meck, "0.8.13"},

{pa, {git, "https://github.com/erszcz/pa.git", {branch, "master"}}},
{bbmustache, "1.10.0"},
{recon, "2.5.1"},
{erlcloud, "3.5.5"},
{recon, "2.5.2"},
{erlcloud, "3.5.9"},
%% MR of jwerl - https://gitlab.com/glejeune/jwerl/-/merge_requests/13
{jwerl, {git, "https://gitlab.com/vkatsuba/jwerl.git", {branch, "refactoring/otp-24"}}},
{csv, {git, "https://github.com/bszaf/csv.git", {branch, "master"}}},
%% Do not upgrade cpool to version 0.1.1, it has bugs
{cpool, "0.1.0"},
{observer_cli, "1.5.4"},
{gun, "1.3.3"},
{nkpacket, {git, "https://github.com/michalwski/nkpacket.git", {ref, "f7c5349"}}},
{nksip, {git, "https://github.com/NetComposer/nksip.git", {ref, "1a29ef3"}}},
{amqp_client, "3.9.5"},
{eredis, "1.2.0"},
{gen_fsm_compat, "0.3.0"},
{erlang_pmp, "0.1.1"},
{erl_csv_generator, {git, "https://github.com/aleklisi/erl_csv_generator.git", {branch, master}}},
{syslogger, "*", {git, "https://github.com/NelsonVides/syslogger.git", {branch, "build_port_compiler"}}},
{flatlog, {git, "https://github.com/ferd/flatlog.git", {branch, "master"}}},

%% trails and cowboy_swagger for generating of Swagger documentation
{trails, "2.1.0"},
{cowboy_swagger, "2.2.2"},
{tomerl, "0.4.0"}
{cowboy_swagger, "2.2.2"}
]}.

{relx, [{release, { mongooseim, {cmd, "cat VERSION | tr -d '\r\n'"} },
Expand Down
Loading

0 comments on commit 435da19

Please sign in to comment.