Преглед изворни кода

chore(auth_jwt): Upgrade to jose 1.11.1 prepare for OTP 23

Zaiming Shi пре 5 година
родитељ
комит
2c03bca6ae
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/emqx_auth_jwt/rebar.config

+ 1 - 1
apps/emqx_auth_jwt/rebar.config

@@ -1,6 +1,6 @@
 {deps,
  [
-  {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.10.1"}}}
+  {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}}
  ]}.
 
 {edoc_opts, [{preprocess, true}]}.