]> granicus.if.org Git - ejabberd/commitdiff
Bump version of jose to 1.9.0
authorPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 1 Oct 2019 14:34:25 +0000 (16:34 +0200)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 1 Oct 2019 14:34:25 +0000 (16:34 +0200)
This version theoretically require rebar3 but we have plugin that can
override it by using version declared in main config file

rebar.config

index 71e5ade4ed4c49b9d8d00be2846242dcb87e6d49..a55b0b8880dc7b9e467929fc6888fc7b9a4b1be5 100644 (file)
         {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
         {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}},
         {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.4"}}},
-        {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
+        {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
         {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.12"}}},
         {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.5"}}},
        {p1_acme, ".*", {git, "https://github.com/processone/p1_acme.git", {tag, "1.0.1"}}},
+        {base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "v1.0"}}},
         {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.29"}}}},
         {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.30"}}}},
         {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",