summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-12-15 15:24:57 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-12-15 15:24:57 +0100
commit34e615d854cc36b74aed776d714d708938b6bce2 (patch)
tree883933eb429cd4e93db4deda3c12075b74e15538 /mix.exs
parentMake anonymous auth not override sasl mechaninsm offered by other modules (diff)
Update deps in mix
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 4106f504..61193f6f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -88,7 +88,7 @@ defmodule Ejabberd.Mixfile do
[{:lager, "~> 3.6.0"},
{:p1_utils, "~> 1.0"},
{:fast_xml, "~> 1.1"},
- {:xmpp, ">= 1.4.6"},
+ {:xmpp, ">= 1.5.0"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},