diff --git a/apps/emqx_auth_jwt/rebar.config b/apps/emqx_auth_jwt/rebar.config index b0a07eb8c..4943c2eff 100644 --- a/apps/emqx_auth_jwt/rebar.config +++ b/apps/emqx_auth_jwt/rebar.config @@ -1,6 +1,6 @@ {deps, [ - {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}} + {jose, {git, "https://github.com/emqx/erlang-jose", {tag, "emqx-1.11.3"}}} ]}. {edoc_opts, [{preprocess, true}]}.