diff --git a/rebar.config b/rebar.config index e37a56721..6f42471cc 100644 --- a/rebar.config +++ b/rebar.config @@ -40,12 +40,11 @@ , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.7.4"}}} , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.5.0"}}} , {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.0.0"}}} - , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.1"}}} + , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.2"}}} , {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.0"}}} , {replayq, {git, "https://github.com/emqx/replayq", {tag, "v0.2.0"}}} - , {erlport, {git, "https://github.com/emqx/erlport", {tag, "v1.2.2"}}} , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.3"}}} - , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}} + , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}} , {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.2"}}} , {getopt, "1.0.1"} ]}. diff --git a/rebar.config.erl b/rebar.config.erl index 5bfcfb743..ba89d98f0 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -28,7 +28,7 @@ plugins() -> test_deps() -> [ {bbmustache, "1.10.0"} - , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}} + , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}} , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.0"}}} , meck ].