summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-11-17 13:22:34 +0100
committerBadlop <badlop@process-one.net>2021-11-17 13:22:34 +0100
commit689749a5630c417fd52345394a7e8cd3c7ed1168 (patch)
tree2b384efdcf81753a87e496a8aa01d26f61e1d45a /mix.exs
parentAdd DIAGNOSTIC to rebar3 coveralls, this fails since some days ago (diff)
Update Jose to 1.11.1 (the last in hex.pm correctly versioned)
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 8debcd6a..0f991a49 100644
--- a/mix.exs
+++ b/mix.exs
@@ -113,7 +113,7 @@ defmodule Ejabberd.MixProject do
{:fast_yaml, "~> 1.0"},
{:idna, "~> 6.0"},
{:jiffy, "~> 1.0.5"},
- {:jose, "~> 1.8"},
+ {:jose, "~> 1.11.1"},
{:lager, "~> 3.9.1"},
{:mqtree, "~> 1.0"},
{:p1_acme, "~> 1.0"},