aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-05-23 12:13:28 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-05-23 12:13:28 +0200
commit5642338a732656a596f879011fcb1d3380bc8838 (patch)
tree56d0ae50a628f55fe532c96e2de3491cbf502d56
parentUse different cache tables per auth module (diff)
Update deps
-rw-r--r--rebar.config32
1 files changed, 16 insertions, 16 deletions
diff --git a/rebar.config b/rebar.config
index 8612a9e13..3673d44fc 100644
--- a/rebar.config
+++ b/rebar.config
@@ -19,31 +19,31 @@
%%%----------------------------------------------------------------------
{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", "3.6.10"}},
- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.14"}}},
- {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", "5079ca9"}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.0"}}},
- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.15"}}},
- {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.35"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.3.3"}}},
- {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.18"}}},
+ {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.15"}}},
+ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.19"}}},
+ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.1"}}},
+ {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.16"}}},
+ {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.36"}}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.3.4"}}},
+ {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.19"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
- {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.4"}}},
- {pkix, ".*", {git, "https://github.com/processone/pkix", "a9b957d"}},
+ {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}},
+ {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.2"}}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
- {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.10"}}},
- {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.2"}}},
- {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.27"}}}},
- {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.28"}}}},
+ {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.11"}}},
+ {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.3"}}},
+ {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.28"}}}},
+ {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.29"}}}},
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
{tag, "1.0.11"}}}},
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",
- {tag, "1.1.7"}}}},
+ {tag, "1.1.8"}}}},
{if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3",
{tag, "1.1.6"}}}},
{if_var_true, pam, {epam, ".*", {git, "https://github.com/processone/epam",
- {tag, "1.0.5"}}}},
+ {tag, "1.0.6"}}}},
{if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib",
- {tag, "1.0.5"}}}},
+ {tag, "1.0.6"}}}},
{if_var_true, riak, {riakc, ".*", {git, "https://github.com/processone/riak-erlang-client",
{tag, {if_version_above, "19", "develop", "2.5.3"}}}}},
%% Elixir support, needed to run tests