diff --git a/apps/emqx_coap/rebar.config b/apps/emqx_coap/rebar.config index e1da2c197..3ec4e9fdb 100644 --- a/apps/emqx_coap/rebar.config +++ b/apps/emqx_coap/rebar.config @@ -1,4 +1,4 @@ {deps, [ - {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.2"}}} + {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.3"}}} ]}.